function ns(){
parent.win1 = window.open("","nt","width=580,height=400,resizable=Yes,scrollbars=YES,left=15,top=15")
parent.win1.focus()
}
function w1(){
parent.w11 = window.open("","ww","toolbar=1,location=1,directories=1,status=1,menubar=1,resizable=1,scrollbars=1")
parent.w11.focus()
}
function nw1(){}
function gocat(mthis){
if (document.layers) var ttext=mthis.text
else if (document.all) var ttext=mthis.innerText
else if (document.getElementById) var ttext=mthis.firstChild.nodeValue
else return(0)
var stext = "cgi-bin/lasersearch.pl?KeyWord="+escape(ttext)
ns()
parent.win1.location=stext
return false}
function ss(){
win2 = window.open("","st","width=175,height=175,resizable=Yes,scrollbars=YES")
win2.focus()
}
function act(tn,mthis){
var fn=formn(tn)
var m=document.forms[fn].elements["H"+tn].value
var atitle=m.split("~")
if (mthis) {
if (document.layers) var sn = mthis.text
else if (document.all) var sn = mthis.innerText
else if (document.getElementById) var sn=mthis.firstChild.nodeValue}
else{
var mthis=document.forms[fn].elements["S"+tn]
if (mthis) var sn = mthis.options[mthis.selectedIndex].text
else{
var mthis=document.forms[fn].elements["A"+tn]
if (mthis){
var actor=mthis.value.split("~")
var sn=actor[0]}
else var sn=""
}
}
var hs = document.anchors[0].name
if (sn.indexOf(" (") > 0)
sn = sn.substr(0,sn.indexOf(" ("))
if (sn.indexOf(" ") > 0)
sn = sn.substr(sn.indexOf(" ")+1)+",+"+sn.substr(0,sn.indexOf(" "))
while (sn.indexOf(hs) > 0)
sn = sn.substr(0,sn.indexOf(hs))+"+"+sn.substr(sn.indexOf(hs)+1)
link(atitle[10]+"~"+atitle[0]+"~"+atitle[1]+"~"+sn)
return false}
function formn(tn){
for (j=0; j < document.forms.length; j++)
if (document.forms[j].elements["H"+tn]) return j
}
function sound(mtemp){
var sound=""
if (mtemp.indexOf("D")>-1) sound+= " Digital Sound,"
if (mtemp.indexOf("S")>-1) sound+= " Stereo,"
if (mtemp.indexOf("M")>-1) sound+= " Mono,"
if (mtemp.indexOf("C")>-1) sound+= " Audio Commentary,"
if (mtemp.indexOf("U")>-1) sound+= " Surround,"
if (mtemp.indexOf("3")>-1) sound+= " Dolby Digital,"
if (mtemp.indexOf("X")>-1) sound+= " THX,"
if (mtemp.indexOf("T")>-1) sound+= " dts,"
if (mtemp.indexOf("P")>-1) sound+= " PCM,"
if (mtemp.indexOf(".")>-1) sound+= " Dolby Digital " + mtemp.substring(mtemp.indexOf(".")-1,mtemp.indexOf(".")+2) +","
awin(sound.substr(0,sound.lastIndexOf(",")))
return false}
function ws(mtemp){
var sound=""
if (parseInt(mtemp)>0) sound+= mtemp.substr(0,1) + "." + mtemp.substr(1,2) + ":1 "+ "WideScreen Aspect Ratio. "
if (mtemp.indexOf("E")>-1) sound+= " Enhanced for 16x9 TVs."
if (mtemp.indexOf("F")>-1) sound+= " Full frame aspect ratio 1.33:1"
if (mtemp.indexOf("L")>-1) sound+= " LetterBox-WideScreen aspect ratio"
awin(sound)
return false}
function misc(mtemp){
var sound=""
if (mtemp.indexOf("B")>-1) sound+= "Black and White."
if (mtemp.indexOf("E")>-1) sound+= "Black and White with Color."
if (mtemp.indexOf("T")>-1) sound+= "Tinted"
if (mtemp.indexOf("CLV")>-1) sound+= "LaserDisc CLV: 60 minutes per side."
if (mtemp.indexOf("CAV")>-1) sound+= "LaserDisc CAV: 30 minutes per side,<br>ability to freeze frame."
if (mtemp.indexOf("PAV")>-1) sound+= "LaserDisc CLV with one or more sides in CAV."
if (mtemp.indexOf("MP1")>-1) sound+= "Video CD: MPEG 1 Video Compression,<br>will play on most DVD players and computers."
if (mtemp.indexOf("DVD")>-1) sound+= "Digital Video Disc: Varable rate MPEG 2 Video Compression,<br>will play on DVD players and DVD computer ROM drives."
awin(sound)
return false}

