<!--

var myLocation = window.location.href;



if (myLocation.indexOf("/Products") >= 0 )

{

var myProduct = myLocation.substring(myLocation.length-3,myLocation.length)


//	if (myProduct.indexOf("-ir") >= 0 )
//	{
//
//		document.write('<style type="text/css"><!--.ListItemCategory .InfoArea h3, .ListItemCategory .Links h3{visibility: hidden;}--></style>');
//	}	
	
	
	if (myProduct.indexOf("-iq") >= 0 )
	{
		document.write('<style type="text/css"><!--/* Para imagens com 300x300 */.SlideShow{height: 300px!important;width: 300px!important;}--></style>');
	}	
	
	
}





-->

