<!--
var strMsg = "Copyright © Renaissance Carpet & Tapestries, Inc.\r\n\r\n" + 
			 "All Images and Contents are protected\r\n" +
			 "under law and cannot be copied or\r\n" +  
			 "used without written permission of Renaissance.";

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

///////////////////////////////////
function clickIE(){alert(strMsg);return false;}

function clickNS(e) 
{ if(document.layers||(document.getElementById&&!document.all)) {
    if(e.which==2||e.which==3){
		alert(strMsg);
		return false;
    }
  }
}

if(document.layers){							// For Netscape 4.x browsers only 
	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown=clickNS;
}
else									// For both IE and Netscape 6.x browsers
	document.oncontextmenu=clickIE;




function show_size(carpet)
{
//var url="prod_size.asp?prod="+carpet;
var url="prod_size.asp?id="+carpet;
m=window.open(url,'size','top=100,left=200,height=450,width=350,toolbar=0,menubar=0,scrollbars=1,addressbar=0,resizable=1'); 
return;
}

//-->
