// JavaScript Document

function OpenWin(url){
var popwin
popwin = window.open(url,'popwin1','width=850, height=640, status=no, scrollbars=yes, directories=no, menubar=no,resizable=yes, toolbar=yes, top=30, left=50');
popwin.focus();
}

function OpenWins(url){
var popwin
popwin = window.open(url,'popwin2','width=480, height=600, status=no, scrollbars=yes, directories=no, menubar=no, resizable=no, toolbar=yes');
popwin.focus();
}

function OpenWinsfx(url){
var popwin
popwin = window.open(url,'popwin3','width=480, height=600, status=no, scrollbars=no, directories=no, menubar=no, resizable=no, toolbar=yes');
popwin.focus();
}

function OpenWinswf(url){
var popwin
popwin = window.open(url,'popwin4','width=418, height=591, status=no, scrollbars=yes, directories=no, menubar=no, resizable=no, toolbar=yes');
popwin.focus();
}

function OpenWinInfo(url){
var popwin
popwin = window.open(url,'popwin5','width=700, height=324, status=no, scrollbars=no, directories=no, menubar=no, resizable=no, toolbar=no');
popwin.focus();
}

function OpenCampaignWin(url){
var popwin
popwin = window.open(url,'popwin6','width=765, height=600, status=yes, scrollbars=yes, directories=no, menubar=no, resizable=no, toolbar=no');
popwin.focus();
}

function OpenImage1(url){
var popwin
popwin = window.open(url,'popwin7','width=600, height=400, status=yes, scrollbars=no, directories=no, menubar=no, resizable=no, toolbar=no');
popwin.focus();
}

function OpenCatalog(url){
var popwin
popwin = window.open(url,'catalog','width=736, height=370, status=no, scrollbars=0, directories=no, menubar=no,resizable=no, toolbar=no');
popwin.document.title = "O¥Z &amp; MSW WHEEL COLLECTION 2011-2012";
popwin.focus();
}
function OpenRedbull(url){
var popwin
popwin = window.open(url,'popredbull','width=931, height=410, status=no, scrollbars=yes, directories=no, menubar=no,resizable=yes, toolbar=yes, top=30, left=50');
popwin.focus();
}
