function popUpScrollSizePos( URL,width, height, left, top ){  
   myWin = window.open( URL,"Select", "toolbar=0,location=0,status=0,menubar=0,scrollbars=1,titlebar=0, resizable=1, alwaysRaised, dependent, width="+width+", height="+height+", left="+left+",top="+top+",screenY="+left+", top="+top );
   myWin.opener = self
}

function popUpScrollSizePosHandle( URL,width, height, left, top ){  
   myWin = window.open( URL,"Select", "toolbar=0,location=0,status=0,menubar=0,scrollbars=1,titlebar=0, resizable=1, alwaysRaised, dependent, width="+width+", height="+height+", left="+left+",top="+top+",screenY="+left+", top="+top );
   myWin.opener = self
}


function popUpUserFiles(var1){  
   myWin = window.open('user_files.php?f='+var1,'PFS','location=0, directories=0, menuBar=0, status=1, toolbar=0, resizable=1, scrollbars=yes, width=840,height=600,left=0,top=0');
   myWin.opener = self
}   
function popUpUserFiles2(var1){  
   myWin = window.open('../user_files.php?f='+var1,'PFS','location=0, directories=0, menuBar=0, status=1, toolbar=0, resizable=1, scrollbars=yes, width=840,height=600,left=0,top=0');
  myWin.opener = self
}

function popUpPortfolio( URL,width, height){  
   myWin = window.open( URL,"Select", "toolbar=0,location=0,status=0,menubar=0,scrollbars=0,titlebar=0, resizable=0, alwaysRaised, dependant, width="+width+", height="+height+", left=0,top=0,screenY=0, top=0" );
   myWin.opener = self
}
function popup(myurl){
   mywindow = window.open (myurl,"mywindow","width=589,height=500,menubar=0,scrollbars=1");
} 

