// JavaScript Document
function dis_popup01() {
	window.open("disclaimer.html", "disclaimer", "width=517, height=450, top=20, left=50, toolbar=no, directories=no, menu=no, location=no, scroll=yes, scrollbars=yes, resizable=0, fullscreen=no, copyrights=yes");
}
function dis_popup02(url01) {
	window.open(url01, "techmela01", "width=749, height=545, top=20, left=50, toolbar=no, directories=no, menu=no, location=no, scroll=no, scrollbars=no, resizable=0, fullscreen=no, copyrights=yes");
}
function teams(x) {
	t=window.open(x,"TeamGallery", "top=10,left=10,toolbar=no,directories=no,menu=no,location=no,scrollbars=yes,width=600, height=600");
	t.focus()
}
function dis_popup03() {
	window.open("gallery.html", "gallery", "width=585, height=450, top=20, left=50, toolbar=no, directories=no, menu=no, location=no, scroll=no, scrollbars=no, resizable=0, fullscreen=no, copyrights=yes");
}
function popup1(theURL,winName,features) {	
	window.open(theURL,winName,features);
}



