/*Copyright 1998 by Ray Stott - ver 1.0. 
OK to use on noncommercial sites as long as copyright is included. 
Script is available at http://www.erols.com/crays/js.htm 
       
var PopWin = null    
var winCount = 0
var winName = "PopWin"
function openPopWin(winURL, winWidth, winHeight, winFeatures){
  winName = "PopWin" + winCount++ 
  closePopWin()           
  if (openPopWin.arguments.length == 4)
    winFeatures = "," + winFeatures
  else 
    winFeatures = "" 
  PopWin = window.open(winURL, winName, "width" + winWidth 
           + ",height" + winHeight + winFeatures)
  }

function closePopWin(){ 
  
    if(PopWin != null) if(!PopWin.closed) PopWin.close() 
  }
*/

var PopWin = null; 
var winCount = 0;
var winName = "PopWin";
function openPopWin(winURL, winFeatures){
winName = "PopWin" + winCount++;
closePopWin();
winFeatures = "scrollbars=yes,location=yes,resizable=yes,toolbar=yes,width=630,height=350,top=2,left=30"
PopWin = window.open(winURL, winName, winFeatures)}

function closePopWin(){ 
if( (parseInt(navigator.appVersion)>=3 &&
    navigator.appName=="Netscape") ||
    (parseInt(navigator.appVersion)>=4 &&
    navigator.appName=="Microsoft Internet Explorer") )
if(PopWin != null) if(!PopWin.closed) PopWin.close()
}

/* Elements */
function HTMLProp(){
openPopWin("AttributesProp.php3#HTML")}
function HEADProp(){
openPopWin("AttributesProp.php3#HEAD")}
function BODYProp(){
openPopWin("AttributesProp.php3#BODY")}
function FRAMESETProp(){
openPopWin("AttributesProp.php3#FRAMESET")}
function FRAMEProp(){
openPopWin("AttributesProp.php3#FRAME")}
function BASEProp(){
openPopWin("AttributesProp.php3#BASE")}
function METAProp(){
openPopWin("AttributesProp.php3#META")}
function LINKProp(){
openPopWin("AttributesProp.php3#LINK")}
function STYLEProp(){
openPopWin("AttributesProp.php3#STYLE")}
function TITLEProp(){
openPopWin("AttributesProp.php3#TITLE")}
function xmlProp(){
openPopWin("AttributesProp.php3#xml")}
function CSACTIONSProp(){
openPopWin("AttributesProp.php3#CSACTIONS")}
function LINKProp(){
openPopWin("AttributesProp.php3#LINK")}
function METAProp(){
openPopWin("AttributesProp.php3#META")}
function STYLEProp(){
openPopWin("AttributesProp.php3#STYLE")}
function TITLEProp(){
openPopWin("AttributesProp.php3#TITLE")}
function COMMENTProp(){
openPopWin("AttributesProp.php3#COMMENT")}
function SCRIPTProp(){
openPopWin("AttributesProp.php3#SCRIPT")}
function CSOBJProp(){
openPopWin("AttributesProp.php3#CSOBJ")}
function ADDRESSProp(){
openPopWin("AttributesProp.php3#ADDRESS")}
function PREProp(){
openPopWin("AttributesProp.php3#PRE")}
function BLOCKQUOTEProp(){
openPopWin("AttributesProp.php3#BLOCKQUOTE")}
function CENTERProp(){
openPopWin("AttributesProp.php3#CENTER")}
function DIVProp(){
openPopWin("AttributesProp.php3#DIV")}
function HRProp(){
openPopWin("AttributesProp.php3#HR")}
function LAYERProp(){
openPopWin("AttributesProp.php3#LAYER")}
function MULTICOLProp(){
openPopWin("AttributesProp.php3#MULTICOL")}
function PProp(){
openPopWin("AttributesProp.php3#P")}
function DIRProp(){
openPopWin("AttributesProp.php3#DIR")}
function DLProp(){
openPopWin("AttributesProp.php3#DL")}
function DTProp(){
openPopWin("AttributesProp.php3#DT")}
function OLProp(){
openPopWin("AttributesProp.php3#OL")}
function LIProp(){
openPopWin("AttributesProp.php3#LI")}
function HeadingProp(){
openPopWin("AttributesProp.php3#Heading")}
function TABLEProp(){
openPopWin("AttributesProp.php3#TABLE")}
function CAPTIONProp(){
openPopWin("AttributesProp.php3#CAPTION")}
function COLGROUPProp(){
openPopWin("AttributesProp.php3#COLGROUP")}
function TRProp(){
openPopWin("AttributesProp.php3#TR")}
function TDProp(){
openPopWin("AttributesProp.php3#TD")}
function AProp(){
openPopWin("AttributesProp.php3#A")}
function ABBRProp(){
openPopWin("AttributesProp.php3#ABBR")}
function BProp(){
openPopWin("AttributesProp.php3#B")}
function BIGProp(){
openPopWin("AttributesProp.php3#BIG")}
function BASEFONTProp(){
openPopWin("AttributesProp.php3#BASEFONT")}
function BDOProp(){
openPopWin("AttributesProp.php3#BDO")}
function BLINKProp(){
openPopWin("AttributesProp.php3#BLINK")}
function BRProp(){
openPopWin("AttributesProp.php3#BR")}
function CITEProp(){
openPopWin("AttributesProp.php3#CITE")}
function FONTProp(){
openPopWin("AttributesProp.php3#FONT")}
function MARQUEEProp(){
openPopWin("AttributesProp.php3#MARQUEE")}
function NOBRProp(){
openPopWin("AttributesProp.php3#NOBR")}
function rubyProp(){
openPopWin("AttributesProp.php3#ruby")}
function SPACERProp(){
openPopWin("AttributesProp.php3#SPACER")}
function SPANProp(){
openPopWin("AttributesProp.php3#SPAN")}
function BRProp(){
openPopWin("AttributesProp.php3#BR")}
function rubyProp(){
openPopWin("AttributesProp.php3#ruby")}
function SPANProp(){
openPopWin("AttributesProp.php3#SPAN")}
function APPLETProp(){
openPopWin("AttributesProp.php3#APPLET")}
function OBJECTProp(){
openPopWin("AttributesProp.php3#OBJECT")}
function PARAMProp(){
openPopWin("AttributesProp.php3#PARAM")}
function BGSOUNDProp(){
openPopWin("AttributesProp.php3#BGSOUND")}
function EMBEDProp(){
openPopWin("AttributesProp.php3#EMBED")}
function SOUNDProp(){
openPopWin("AttributesProp.php3#SOUND")}
function IFRAMEProp(){
openPopWin("AttributesProp.php3#IFRAME")}
function ILAYERProp(){
openPopWin("AttributesProp.php3#ILAYER")}
function IMGProp(){
openPopWin("AttributesProp.php3#IMG")}
function MAPProp(){
openPopWin("AttributesProp.php3#MAP")}
function AREAProp(){
openPopWin("AttributesProp.php3#AREA")}
function FIELDSETProp(){
openPopWin("AttributesProp.php3#FIELDSET")}
function FORMProp(){
openPopWin("AttributesProp.php3#FORM")}
function ISINDEXProp(){
openPopWin("AttributesProp.php3#ISINDEX")}
function BUTTONProp(){
openPopWin("AttributesProp.php3#BUTTON")}
function INPUTProp(){
openPopWin("AttributesProp.php3#INPUT")}
function KEYGENProp(){
openPopWin("AttributesProp.php3#KEYGEN")}
function LABELProp(){
openPopWin("AttributesProp.php3#LABEL")}
function SELECTProp(){
openPopWin("AttributesProp.php3#SELECT")}
function OPTGROUPProp(){
openPopWin("AttributesProp.php3#OPTGROUP")}
function TEXTAREAProp(){
openPopWin("AttributesProp.php3#TEXTAREA")}
function LISTINGProp(){
openPopWin("AttributesProp.php3#LISTING")}
