// JavaScript Document
function loadReconnection(){
	opener.location = "http://www.hutch.lk/reconnectionOffer.htm";
	close();
}

function tellafriend(){
window.open('http://www.hutch.lk/tellaFriend.htm','nom','toolbar=0,menubar=0,location=0,scrollbars=0,left=175,top=175,width=450,height=175');
}

function popReConnection(){
window.open('http://www.hutch.lk/reconnection01.htm','nom','toolbar=0,menubar=0,location=0,scrollbars=0,left=175,top=175,width=560,height=430');
}

function popReReg(){
window.open('http://www.hutch.lk/mobileID01.htm','nom','toolbar=0,menubar=0,location=0,scrollbars=0,left=175,top=175,width=560,height=430');
}


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='70'>&nbsp;</td></tr><tr><td><a href='http://www.hutch.lk/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='http://www.hutch.lk/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='http://www.hutch.lk/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='http://www.hutch.lk/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='http://www.hutch.lk/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='http://www.hutch.lk/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='http://www.hutch.lk/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='http://www.hutch.lk/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()
}

