﻿function show_window(ImgPath,Title,ItemID,ItemPrice,ForwardLink){var html="<HTML>"+"<HEAD>"
+"<TITLE>"+Title+"</TITLE>"
+"</HEAD>"+"<BODY>"
+"<table>"
+"<tr>"+"<td align='center'>"
+ "<a target='_blank' href='http://askbargains.com/ProductDetail.aspx/Item/" + ItemID + "' >"
+"<span style='color:#0000ff;font-family:Verdana;font-size:20px;'>"+Title+"</span>"+"</a>"
+"</td>"+"</tr>"
+"<tr>"+"<td align='center'>"
+"<div><img src='"+ImgPath+"' alt='"+Title+"' width='250' height='250' /></div>"
+"</td>"+"</tr>"
+"<tr>"+"<td align='center'>"
+"<div style='color:#FF3b00;font-family:Verdana;font-size:22px;font-weight:bold;' >"+ItemPrice+"</div>"
+"</td>"+"</tr>"
+"<tr>"+"<td align='center'>"
+"<span style='color:#0000ff;font-family:Verdana;font-size:14px;'>"+">> "+"</span>"
+"<a rel='nofollow' target='_blank' href='"+ForwardLink+"'>"
+"<span style='color:#04B404;font-family:Verdana;font-size:18px;'>Click to Get This Deal</span></a>"
+"</td>"+"</tr>"
+"</BODY>"+"</HTML>";popup=window.open('','image','width=480,height=480,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no');popup.document.open();popup.document.write(html);popup.document.focus();popup.document.close();}
function hide_cursor(mySpanid){var obj=document.getElementById(mySpanid);if(obj==null){return;}
else{obj.style.visibility="hidden";}}
function show_cursor(mySpanid,image,index,evt,title,price){var myTexID=document.getElementById(mySpanid);var txtArray=new Array();if(myTexID==null){return;}
else{
txtArray.push("<div style='border:2px solid #bbb;'>");
txtArray.push("<table style='border:8px solid #eee;background-color:#eee;'>");
txtArray.push("<tr><td>");txtArray.push("<div style='border:1px solid #bbb;margin:auto;background-color:#fff;padding:10px;'>");txtArray.push("<img style='margin:auto' src='"+image+"' />");txtArray.push("</div>");txtArray.push("</td></tr>");
txtArray.push("<tr><td>");txtArray.push("<div style='clear:both;width:140px;padding:6px;'>");txtArray.push("<span style='font-weight:bold;font-size:11px;'>" + title + "</span>");txtArray.push("</div>");txtArray.push("</td></tr>");
txtArray.push("<tr><td>");txtArray.push("<div style='clear:both;width:140px;padding:6px;'>");
if(price.length>0){txtArray.push("<span style='color:#e00; font-weight:bold;font-size:14px;'>" + "$" + price + "</span>");}
txtArray.push("</div>");txtArray.push("</td></tr>");
txtArray.push("</table>");
txtArray.push("</div>");myTexID.innerHTML=txtArray.join("");txtArray=null;
myTexID.style.visibility="visible";myTexID.style.position="absolute";
if(evt.clientX){if(index<5){myTexID.style.left=(evt.clientX+22)+"px";myTexID.style.top=(evt.clientY-80)+"px";}
else{myTexID.style.left=(evt.clientX-230)+"px";myTexID.style.top=(evt.clientY-80)+"px";}}
else{if(index<5){myTexID.style.left=event.clientX+25;myTexID.style.top=event.clientY-80;}
else{myTexID.style.left=event.clientX-220;myTexID.style.top=event.clientY-80;}}}}
function Display(elmnt){var obj=document.getElementById(elmnt);if(obj!=null){if(elmnt=="homeLink")
{document.getElementById("homeLink").style.display="";document.getElementById("couponLink").style.display="none";document.getElementById("categoryLink").style.display="none";document.getElementById("vendorLink").style.display="none";document.getElementById("menuHOME").style.textDecorationUnderline=true;document.getElementById("menuCOUPON").style.textDecorationUnderline=false;document.getElementById("menuCATEGORY").style.textDecorationUnderline=false;document.getElementById("menuVENDOR").style.textDecorationUnderline=false;}
else if(elmnt=="couponLink")
{document.getElementById("homeLink").style.display="none";document.getElementById("couponLink").style.display="";document.getElementById("categoryLink").style.display="none";document.getElementById("vendorLink").style.display="none";document.getElementById("menuHOME").style.textDecorationUnderline=false;document.getElementById("menuCOUPON").style.textDecorationUnderline=true;document.getElementById("menuCATEGORY").style.textDecorationUnderline=false;document.getElementById("menuVENDOR").style.textDecorationUnderline=false;}
else if(elmnt=="categoryLink")
{document.getElementById("homeLink").style.display="none";document.getElementById("couponLink").style.display="none";document.getElementById("categoryLink").style.display="";document.getElementById("vendorLink").style.display="none";document.getElementById("menuHOME").style.textDecorationUnderline=false;document.getElementById("menuCOUPON").style.textDecorationUnderline=false;document.getElementById("menuCATEGORY").style.textDecorationUnderline=true;document.getElementById("menuVENDOR").style.textDecorationUnderline=false;}
else if(elmnt=="vendorLink")
{document.getElementById("homeLink").style.display="none";document.getElementById("couponLink").style.display="none";document.getElementById("categoryLink").style.display="none";document.getElementById("vendorLink").style.display="";document.getElementById("menuHOME").style.textDecorationUnderline=false;document.getElementById("menuCOUPON").style.textDecorationUnderline=false;document.getElementById("menuCATEGORY").style.textDecorationUnderline=false;document.getElementById("menuVENDOR").style.textDecorationUnderline=true;}}}
function resize(img){if(img.height > img.width ){img.width = (88 *(img.width*1.0 / img.height*1.0));img.height = 88;} img.style.visibility = "visible";} 

