function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

var copyright	= ('&copy;2010 Sound Isolation System. All Rights Reserved. &#149; (866) 774-2100 &#149; Fax (866) 649-2710');

var google='';
google+='<form name="form" method="GET" action="http:\/\/www.google.com\/custom">';
google+='<input type="hidden" name="sitesearch" value="pac-intl.com">';
google+='<input type="text" name="q" size="8" maxlength="255" style="width:  133px; color: #666; font-family: tahoma,verdana; padding: 1px; margin-right: 1px" onfocus="clearText(this);" Change="n = 0;"  value="Search website">';
google+='<input type="hidden" name="domains" value="soundisolationsystem.com">';
google+='<input type="image" name="sa" value=" GO " src="shell\/btn-go.gif" class="go" \/>';
google+='<input type="hidden" name="cof" value="GALT:#666666;S:http:\/\/www.pac-intl.com;VLC:#3333FF;AH:center;BGC:#FFFFFF;LH:90;LC:#3333FF;GFNT:#CCCCCC;L:http:\/\/www.pac-intl.com\/pics\/logo_small.gif;ALC:#CC0000;LW:176;T:#000000;GIMP:#000000;AWFID:4635e841189884ae;">';


// Window opener centered
function centeredWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=yes,resizable=yes'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

// Window opener centered
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable=no'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

// Status Text
function statustext()  {
var text = "Sound Isolation System LTD, Inc."
window.status = text
timeout = setTimeout("statustext()",2500)
}

