// New Window opening 
var tw; // for windows
var d=new Date(); // Date Display
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
var TODAY = monthname[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear();



function texwindow(texref) {
window.open(texref,"_self");
}

function photowindow(tref) {
window.open(tref,"_self");
}

function texhpage1() {
window.open("../welcome.html","_self");
}



// For advertisement Window
function twopen(tadv,twname)
{
window.open(tadv, twname, 'left=100, top=100, width=820, height=620, resizable=no, location=no, toolbar=no, titlebar=no');
}

function twclose(tw)
{
window.close(tw);
}




function texalert1(texref1) {
alert("Viewer, Link lead to a Non-Inidan Government Website...");
window.open(texref1,"_self");
}

function texwindow_close() {
window.back();

}


// Putting the files in TexFrame
function texframe(tfile) {
var texref1;
texref1=tfile;
parent.texiframe.location.href = texref1;
}


function texshow(elmnt)
{
document.all(elmnt).style.visibility="visible"
}

function texhide(elmnt)
{
document.all(elmnt).style.visibility="hidden"
}







