﻿function Layerproductover(obj){
document.getElementById("Layerproduct").innerHTML=obj.innerHTML;


if(document.body.clientWidth/1.25>event.clientX)
	document.getElementById("Layerproduct").style.left=event.clientX-40;
else
	document.getElementById("Layerproduct").style.left=event.clientX-210;


document.getElementById("Layerproduct").style.top=(event.clientY)+25+document.body.scrollTop;
}
function Layerproductmove(){
document.getElementById("Layerproduct").style.left=event.clientX-parseInt(document.getElementById("Layerproduct").style.width)/2;
document.getElementById("Layerproduct").style.top=(event.clientY)+25+document.body.scrollTop;
}
function Layerproductout(){
	document.getElementById("Layerproduct").style.left=-2000;
}