function ssite(){
	window.open("/PassatCC/","CC");
}

//function ssite(){
//window.open("../../NewPassat/index2.html","PassatVariant","SCROLLBARS=no,resizable=no,menubar=no,directories=no,status=no,location=no,width=800,height=601");
//}

function TrialCampaign(){
window.open("../../information/campaign/2008/0331/","_self");
}

function Solutions(){
window.open("../../information/campaign/2008/0404/","_self");
}

function tdr_xhs(){
window.open("../../purchase_support/tdr_xhs/","_self");
}

function ro01(){
var e = document.getElementById('passatcc_main_over');
e.style.display = 'block';
}

function ro00(){
var e = document.getElementById('passatcc_main_over');
e.style.display = 'none';
}

