// JavaScript Document


function openwindow(url)
{
window.open(url,
	"","location=1,status=1,scrollbars=1,width=500,height=500");
}