




/*
     FILE ARCHIVED ON 16:02:13 Feb 11, 2006 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:07:44 Aug 29, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
//this function shows all products and descriptions----------------------

function show_item(my_item, theTitle){
myImage = new Image
myImage.src = "images/knight_back.jpg"
itemWin = window.open("b_1.htm", "", "scrollbars=no")
itemWin.resizeTo(628,580)
itemWin.moveTo(0,0)
itemWin.document.write("<html><head><title>NABOB - " + theTitle + "</title>")
itemWin.document.write("<style>")
itemWin.document.write(".allText {font-family:arial; font-size:8pt; color:333333; text-align:justify}")
itemWin.document.write(".allTextTitle {font-family:arial; font-size:10pt; color:333333; font-weight:bold}")
itemWin.document.write("</style>")
itemWin.document.write("<body bgcolor='gray' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>")
itemWin.document.write("<table width=600 height=500 border=0 style='background-image:url(images/knight_back.jpg)'><td></div><img src='images/" +my_item+ ".jpg' ></td></table><font id='theTitle' style='font-family:arial;font-size:12pt;font-weight:bold;color:white'>" + theTitle + "</font><font onclick='window.close()' style='font-family:arial;font-size:7pt;font-weight:bold;color:white; cursor:hand'>&nbsp;&nbsp;&nbsp;&nbsp;Nabob USA &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Click here to close window <img id='blinker' src='images/dot_for_flash.gif'></font>")
if(theTitle == "Shiryon"){
itemWin.document.write("<div style='position:absolute; top:500;left:40;color:BB0000; font-family:arial; font-size:8pt; font-weight:normal'> For maximum security it is recommended to lock these padlocks with Shiryon Shield<font onclick=window.open('shieldFlash.htm','','scrollbars=no,width=566,height=504');window.close() style='cursor:hand;text-decoration:underline'>- click here for demo</div>")
}
if(theTitle == "Shiryon Shield"){
itemWin.document.write("<div style='position:absolute; top:500;left:40;color:BB0000; font-family:arial; font-size:8pt; font-weight:normal'>Shiryon Shield <font onclick=window.open('shieldFlash.htm','','scrollbars=no,width=566,height=504');window.close() style='cursor:hand;text-decoration:underline'>- click here for demo</div>")
}

itemWin.document.write("</body></html>")
}


