// JavaScript Document

function popup (url, wid, ht)
{
	
	window.open (url,"mywindow","menubar=0,resizable=0,width="+ wid +",height="+ ht +",top=150,left=280"); 
}