function PopUpW(GoURL){

    if (navigator.appName == "Netscape")
       window.open(GoURL,"screenp","width=525,height=647,scrollbars=1,resizable=1,location=0,menu=0,screenX=180,screenY=50");
    else if (navigator.appName == "Microsoft Internet Explorer")
       window.open(GoURL,"screenp","width=525,height=647,scrollbars=1,resizable=1,location=0,menu=0,left=180,top=50"); 
}

function list(theURL){
	       window.opener.top.location = theURL;
	       shut();
}

function shut(){
           window.close();
}

function attention(){
  window.focus()
}

function PopUpO(GoURL){

    if (navigator.appName == "Netscape")
       window.open(GoURL,"screenp","width=819,height=647,toolbar=1,scrollbars=1,resizable=1,location=1,menubar=1,screenX=100,screenY=30");
    else if (navigator.appName == "Microsoft Internet Explorer")
       window.open(GoURL,"screenp","width=819,height=647,toolbar=1,scrollbars=1,resizable=1,location=1,menubar=1,left=100,top=30"); 
}

function ClickSubmit(){
	document.EditGraphicForm.submit()
}