function ExplorerFix() 
{ for (a in document.links) document.links[a].onfocus = document.links[a].blur; 
}
if(document.all) document.onmousedown = ExplorerFix;

function OpenPopProduct(intID, strProg){
	window.open ('default.aspx?template=overig/popproddetail.htm&id='+intID+'&prog='+strProg+'', '_black', 'height=460, width=600, left=125,top=100,scrollbars=no')
}

function OpenFlippages(tURL,w,h){
	window.open (tURL, '_black', 'height=680, width=930, left=10,top=10,scrollbars=yes')
}



function openBanner(iID)
{
	window.open('banner.aspx?id='+ iID, 'winBanner', 'height=460, width=600, left=125,top=100,scrollbars=no')
}
