// JavaScript Document

function controlMain(url) {
	window.opener.location=url;
}

function popRemote(url){
	rcwin=window.open(url,"","width=550,height=600,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0");
	rcwin.creator=self;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}