// JavaScript Document
function pop_window(url,theWidth,theHeight){
	mywin = window.open(url,'win','toolbar=1,location=1,directories=0,scrollbars=1,status=0,menubar=1,resizable=1,width=' + theWidth + ',height=' + theHeight + ',left=20,top=20');
}
