// JavaScript Document

function popup(url){
	newwindow=window.open(url,'name','height=200,width=350,top=250,left=300');
}