popWin = null;
function winPopUp(url,Sc,w,h)
{
 var winl = (screen.width - w) / 2;
 var wint = (screen.height - h) / 2;
 if(popWin != null)
 popWin.close();
 popWin = window.open("","popWin","toolbar=0,location=0,resizable=0,directories=0,status=0,scrollbars="+ Sc +",menubar=0,resizable=0,top="+wint+",left="+winl+",width="+w+",height="+h);
 popWin.resizeTo(w,h);
 popWin.moveTo(winl,wint);
 popWin.location = url
 popWin.focus();
}  

function Picasso()
{
 var w = 550;
 var h = 400;
 var winl = (screen.width - w) / 2;
 var wint = (screen.height - h) / 2;
 popPicasso = window.open("Picasso/index.asp","Picasso","toolbar=0,location=0,resizable=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,top="+wint+",left="+winl+",width="+w+",height="+h);
 popPicasso.focus();
}  


function winInfo()
{
 var w = 380;
 var h = 200;
 var winl = (screen.width - w) / 2;
 var wint = (screen.height - h) / 2;
 Med = document.forms[0].Media.value;
 Mod = document.forms[0].Model.value;
 wurl = "http://www.Citroen.co.il/info.asp?model="+ Mod +"&mn="+ Med 
 winfo = window.open(wurl,"info","toolbar=0,location=0,resizable=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,top="+wint+",left="+winl+",width="+w+",height="+h);
 winfo.focus();
}



function winPopCFunding()
{
 var w = 760;
 var h = 400;
 var winl = (screen.width - w) / 2;
 var wint = (screen.height - h) / 2;
 popPicasso = window.open("http://www.citroen.co.il/CFunding/index.asp","Picasso","toolbar=0,location=0,resizable=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,top="+wint+",left="+winl+",width="+w+",height="+h);
 popPicasso.focus();
}  


function winPopLeasing()
{
 var w = 760;
 var h = 450;
 var winl = (screen.width - w) / 2;
 var wint = (screen.height - h) / 2;
 popPicasso = window.open("http://www.lubinski.co.il/leasing/?ref=LubinskiSite","Picasso","toolbar=0,location=0,resizable=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,top="+wint+",left="+winl+",width="+w+",height="+h);
 popPicasso.focus();
}  


function winPopCbenn()
{
 var w = 680;
 var h = 450;
 var winl = (screen.width - w) / 2;
 var wint = (screen.height - h) / 2;
 popPicasso = window.open("http://www.citroen.co.il/CBenn/benn.htm","Picasso","toolbar=0,location=0,resizable=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,top="+wint+",left="+winl+",width="+w+",height="+h);
 popPicasso.focus();
}  