
function open_window2(url)
{
	window.open(url,'new_window','width=650,height=520,scrollbars=yes,resizable=yes');
}
function open_window3(url)
{
	window.open(url,'new_window','width=660,height=815,scrollbars=yes,resizable=yes');
}



