// JavaScript Document
var color = '';

function mOver(id,cor) {
	document.all[id].style.background = '#E0E0E0';
	document.all[id].style.color  = '#333333';
	document.all[id].style.cursor = 'hand';
}

function mOut(id,cor) {
	document.all[id].style.background = cor;
	document.all[id].style.color = '#000000';
}
function mClk(src) {
	src.children.tags('A')[0].click();
}	

function mOvr(src,clrOver) {
		if (!src.contains(event.fromElement))
			{
				src.style.cursor = 'hand';
				src.bgColor = clrOver;
			}
	}

function mOut(src,clrIn) {
		if (!src.contains(event.toElement))
			{
				src.style.cursor = 'default';
				src.bgColor = clrIn;
			}
	}
	
function mclk(src) {
 		 self.location = src
	}	
function view_prod(view_img) {
    document.IMGVisProd.src = view_img;
	  

}
function liks() {

  var texto = document.IMGVisProd.src
  HTMLEncode = texto.replace('media','grande');
  var caraca = 'ampliar.asp?scr='
  window.open(caraca + HTMLEncode, height = 300, width = 400)

}
