
<!---
function help()
{
window.open('/ot_registration/whatisthis.html','help','width=320,height=170,scroll=yes');
}
function what1()
{
window.open('/ot_registration/whatisthis.asp?id=1&name=Phone Type (Brand)','help','width=350,height=350,scroll=yes');
}

function what2()
{
window.open('/ot_registration/whatisthis.asp?id=2&name=Phone Type (Model)','help','width=350,height=350,scroll=yes');
}

function what3()
{
window.open('/ot_registration/whatisthis.asp?id=3&name=Serial Number','help','width=350,height=350,scroll=yes');
}

function what4()
{
window.open('/ot_registration/whatisthis.asp?id=4&name=IMEI Number','help','width=350,height=350,scroll=yes');
}

function sec_pop(){
	window.open('/gt_bizbillingpayment/bdetails_contact.asp', 'help', 'resizable=no, toolbar=no,menubar=no,status=no,width=320,height=170,screenX=450,screenY=450,top=400,left=400');
}

function sec_pop1(){
	window.open('/gt_bizbillingpayment/bdetails_analysis.asp', 'help', 'resizable=no, toolbar=no,menubar=no,status=no,width=320,height=170,screenX=450,screenY=450,top=400,left=400');
}

function sec_pop2(){
	window.open('/gt_bizbillingpayment/bdetails_sum.asp', 'help', 'resizable=no, toolbar=no,menubar=no,status=no,width=320,height=170,screenX=450,screenY=450,top=400,left=400');
}

function sec_pop3(){
	window.open('/gt_bizbillingpayment/bdetails_remarks.asp', 'help', 'resizable=no, toolbar=no,menubar=no,status=no,width=320,height=170,screenX=450,screenY=450,top=400,left=400');
}
 

function largeimage(url){
	window.open(url, 'help', 'resizable=no, toolbar=no,menubar=no,status=yes,width=440,height=350');
}



function posters()
{
window.open('/gt_emergency/posters.asp','help','width=620,height=650,scroll=yes');
}



function showHide(line, ans) 
	{
		// hide all other faqs
		var elements = document.getElementsByTagName('div');
				
		for(var i = 0; i < elements.length; i++) {
    		if (elements.item(i).style.display == 'block'){
				elements.item(i).style.display = 'none';
			}
		}
		// show active faq
		if (document.getElementById(line)) 
		{
			document.getElementById(line).style.display = "block";
		} 
		if (document.getElementById(ans)) 
		{
			document.getElementById(ans).style.display = "block";
		} 
	}

	
	
	function printer(){
window.print()

window.onafterprint=redirect
}
//redirection function for registeration form's  redirection page
function redirect(){

location.href= '/ot_registration/confirm.asp'
}	



function requestRedirect(){

location.href= '/ot_business/confirm.asp';
}

function requestPrinter(){
window.print();

window.onafterprint=requestRedirect;
}	
//-->
	
	