// JavaScript Document

//popup

function popup(theURL)
{
	window.open(theURL,'popup','scrollbars=yes,resizable=yes,width=750,height=500');
}