function bookmarkit()
{ 
window.external.addFavorite('http://www.Nsksy.com/','Nsksy.com: Best Leather Processing')
}
function openWin(text) {
  myWin= open("", "displayWindow", 
    "width=550,height=600,top=0,left=0,scrollbars=no,status=no,toolbar=no,menubar=no");

  // open document for further output
  myWin.document.open();
  
  // create document
	myWin.document.write ("<BODY bgcolor=#EBF8FF><table border=0 width=100% height=100%><TR bgcolor=#FFFFFF><td width=100% height=100% valign=middle align=center>");
	myWin.document.write ("<A HREF='JavaScript:this.close()'><IMG BORDER=0 HSPACE=0 VSPACE=0 SRC='");
	myWin.document.write (text);
	myWin.document.write ("'></A>");
	myWin.document.write ("<BR><BR><font color=#1F5778 face=Arial size=2>Click image to close this window.</font> </td></tr></table></body>");

  // close the document - (not the window!)
  myWin.document.close();  
}
// Developed by AndersoNET.com
// End -->
