/*       function popup (url, title, width, height, left, top ) 
	{
                new_popup = window.open(url,title,'resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,width='+width+',height='+height+',left='+left+',top='+top+');
         
        }
*/

function popup(url, title, width, height, left, top){
	window.open( url, title, 'resizable=no,status=no,toolbar=no,directories=no,menubar=no,location=no,width='+width+',height='+height+',left='+left+',top='+top+'');
	}   

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
        
function EmptyCV()
{
	document.cv_id.value="./Vide.htm"
}


