// added by cathyx on Feb.08.07

function popup_window(url) 
{
	window.open(url);
}
 