// JavaScript Document
function popOTAmoreHelp(){
	alert('sdfsfdf');
window.open('OTAhelp.htm','nom','toolbar=0,menubar=0,location=0,scrollbars=1,left=175,top=175,width=780,height=500');
}

function loadReconnection(){
	opener.location = "reconnectionOffer.htm";
	close();
}

function tellafriend(){
window.open('tellaFriend.htm','nom','toolbar=0,menubar=0,location=0,scrollbars=0,left=175,top=175,width=450,height=175');
}

function popRahas(){
window.open('poprahas.htm','nom','toolbar=0,menubar=0,location=0,scrollbars=0,left=175,top=175,width=428,height=389');
}

function popReReg(){
window.open('seasonalGreetings2008.htm','nom','toolbar=0,menubar=0,location=0,scrollbars=0,left=175,top=175,width=400,height=300');
}


function winPOPimg(url){
window.open(url,'nom','toolbar=0,menubar=0,location=0,scrollbars=1,left=10,top=50,width=850,height=400');
}

function winPOPwma(url){
window.open(url,'nom','toolbar=0,menubar=0,location=0,scrollbars=1,left=10,top=50,width=200,height=100');
}

function winPOPwmaH12(url){
window.open(url,'nom','toolbar=0,menubar=0,location=0,scrollbars=0,left=10,top=50,width=355,height=360');
}
function whatsNew(){
	document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0' class='whatsNew'><tr><td height='73'>&nbsp;</td></tr><tr><td><a href='tariffs_t5.htm'> + "Talk free all day" + </a> </td></tr><tr><td height='11'></td></tr><tr><td><a href='tariffs_h250.htm'>H250</a> </td></tr><tr><td height='13'></td></tr><tr><td><a href='tariffs_ValueReload.htm'>Value Reload</a></td></tr><tr><td height='11'></td></tr><tr><td><a href='oyaiMamai.htm'>Oyai Mamai</a></td></tr></table>");
}
function whatsNew1(){
	document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0' class='whatsNew'><tr><td height='56'>&nbsp;</td></tr><tr><td><a href='hutch12.htm'>Hutch 12</a> </td></tr><tr><td height='10'></td></tr><tr><td><a href='mobileID.htm'>Customer Reregistration</a></td></tr><tr><td height='10'></td></tr><tr><td><a href='oyaiMamai.htm'>Oyai Mamai</a></td></tr></table>");
}

/*function whatsNew(){
	document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0' class='whatsNew'><tr><td height='70'>&nbsp;</td></tr><tr><td><a href='hutch12.htm'>Hutch 12</a> <img src='images/newBlink.gif' width='25' height='15'></td></tr><tr><td height='11'></td></tr><tr><td><a href='mobileID.htm'>Customer Reregistration</a><img src='images/newBlink.gif' width='25' height='15'></td></tr><tr><td height='10'></td></tr><tr><td><a href='reconnectionOffer.htm'>Reconnection Offer</a><img src='images/newBlink.gif' width='25' height='15'></td></tr><tr><td height='10'></td></tr><tr><td><a href='oyaiMamai.htm'>Oyai Mamai</a></td></tr></table>");
}
function whatsNew1(){
	document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0' class='whatsNew'><tr><td height='56'>&nbsp;</td></tr><tr><td><a href='hutch12.htm'>Hutch 12</a> <img src='images/newBlink.gif' width='25' height='15'></td></tr><tr><td height='10'></td></tr><tr><td><a href='mobileID.htm'>Customer Reregistration</a><img src='images/newBlink.gif' width='20' height='15'></td></tr><tr><td height='10'></td></tr><tr><td><a href='reconnectionOffer.htm'>Reconnection Offer</a><img src='images/newBlink.gif' width='25' height='15'></td></tr><tr><td height='10'></td></tr><tr><td><a href='oyaiMamai.htm'>Oyai Mamai</a></td></tr></table>");
}*/



function winPOPnomenu(url,windowName,winWidth,winHeight,ScrollYes) {
	if(ScrollYes != 1) {
		ScrollYes = 0;
	}
	if(url.indexOf("/")==0) {
		url = jsRoot + url.substring(1,url.length);
	}
	var etcString = 
		"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=" + 
		ScrollYes + 
		",width=" + winWidth + ",height=" + winHeight +
		",top=10,left=10,resizable=0";
	var popWin = window.open(url,windowName,etcString);
	popWin.focus()
}