// JavaScript Document
function popup(url){
	window.open( ""+url+"", "myWindow", "status = 1, height = 600, width = 600, resizable = 0" );
}