function subWin(url,windowname) {
        var WO1;
                if( document.layers )
        {
        WO1=window.open(url,windowname,"width=300,height=200,scrollbars=0,menubar=0,toolbar=0");
        WO1.focus();
                }
        if( document.all )
        {
                WO1=window.open(url,windowname,"width=300,height=200,scrollbars=0,menubar=0,toolbar=0");

                }
        
}

function PopUpWindow(URL,Wname,Wwidth,Wheight){

window.open(URL,Wname,"width="+Wwidth+",height="+Wheight+",scrollbars=no,resizable=no,toolbar=no,location=no,directories=no,status=no").focus()

            }


function PopUpWindow02(URL,Wname,Wwidth,Wheight){

window.open(URL,Wname,"width="+Wwidth+",height="+Wheight+",scrollbars=yes,resizable=no,toolbar=no,location=no,directories=no,status=no").focus()

            }


function FormReset(){
document.contactf.reset() 
}


function FormReset02(){
document.trialf.reset() 
}


function FormReset03(){
document.ptrf.reset() 
}