function HardCode1(redirectID)
{
window.open('/sb_redirection/WUH.html?&WT.cg_n=Campaigns&WT.mc_id='+redirectID+'&utm_source=jp.creative.com&utm_medium=Banner&utm_content=ProductLN_SoundBlasterProductList&utm_campaign=SoundBlasterProductList','newwindow','top=' + ((screen.Height-600)/2 - 50) + ',left=' + (screen.Width-850)/2 + ',status=no,toolbar=no,location=no,scrollbars=yes,width=850,height=600');
}

function newWindow2( url, width, height, resize ) {

	var x = (screen.width-width)/2;

 	var y = (screen.height-height)/2 - 70;

 	//var win = window.open(url, "newwindow", "top=" + x + ",left=" + y + ",width=" + width + ",height=" + height + ",toolbar=0,scroll=0,resize=" + resize);

	var win = window.open(url,'newwindow','top=' + y + ',left=' + x + ',status=yes,toolbar=no,location=no,scrollbars=yes,width='+width+',height='+height)

	win.focus();

} 
