function popFeatureWin(brandID, bgcolor, featureID) {
	var popup=window.open("../specialFeature.aspx?brandId=" + brandID + "&bgcolor=" + bgcolor + "&featureId="+ featureID ,"feature","status=no,scrollbars=yes,left=150,top=200,width=380,height=188"); 
	popup.focus();
}

function ShowPicture(sPicURL) { 
	window.open("../popup.htm?"+sPicURL, "", "resizable=1,HEIGHT=500,WIDTH=500"); 
}
function PopUpWin(){ 
	window.open( "../colours.aspx", "", "resizable=1,HEIGHT=500,WIDTH=600"); 
}
function PopUpWin1(){ 
	window.open( "../diagrams.aspx", "", "resizable=1,scrollbars,status=NO,HEIGHT=650,WIDTH=700"); 
}
function PopUpWin2(){ 
	window.open( "../ProductPDF.aspx", "", "resizable=1,scrollbars,HEIGHT=600,WIDTH=800"); 
}