// JavaScript Document
function showdiv(str)
	{	
		//document.getElementById(""+divname).style.visibility='visible';
		//document.getElementById(""+divname).style.position='absolute';		
		if(str!="")
		{
		document.getElementById("imgLarge").src="images/"+str;
		//document.getElementById(""+divname).innerHTML = "<table border=1 width=350 cellpadding=0 cellspacing=0  align=left><tr><td valign='top' align=left style='background-image:url(images/im-tile1.jpg);padding-left:6px;' ><img src='images/"+str+"'  width='330' style='padding-top:0px;padding-bottom:0px;padding-left:4px;border:#ccc 1px solid; ' ></td></tr><tr><td style='background-image:url(images/im-bg21.jpg)' height='12'  ></td></tr><tr><td align='right' style='padding-right:15px; '><a href=javascript:windowopen1('"+idproduct+"','"+wid+"','"+hit+"') ><img src=images/enlarge.jpg border=0 alt=enlarge/></a></td></tr></table>";
		}
	}
