var remote = null;
function remoteStart(url,iwidth,iheight){
	if (iwidth==null) iwidth=500;
	if (iheight==null) iheight=450;
    remote = window.open(url,"","width="+iwidth+",height="+iheight+",resizable=no,scrollbars=no,top=100,left=100");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
