// JavaScript Document
function winopen(url)
{
window.open(url,"","resizable=yes,scrollbars=yes,height=527,width=600,left=0,top=0");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
		  newwin=window.open(theURL,winName,features);
		  newwin.focus();
}