// JavaScript Document
function popup(link_1){
	window.open(link_1,"_blank",'width=600','height=600','scrollbars=no','top=0','left=0','resizable');
}
