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