// JavaScript Document
//
	
function renderINDCFooter(){
	//document.write('AT&amp;T U-verse&#12395;&#12399;&#12289;&#22320;&#29702;&#30340;&#12394;&#21046;&#32004;&#12362;&#12424;&#12403;&#12469;&#12540;&#12499;&#12473;&#12434;&#12372;&#21033;&#29992;&#12356;&#12383;&#12384;&#12367;&#19978;&#12391;&#12398;&#21046;&#32004;&#12364;&#36969;&#29992;&#12373;&#12428;&#12414;&#12377;&#12290;&#12362;&#23458;&#27096;&#12395;&#12372;&#21033;&#29992;&#36039;&#26684;&#12364;&#12354;&#12427;&#12363;&#12393;&#12358;&#12363;&#12399;&#12289;<a href="https://uverse1.att.com/un/launchAMSS.do?GUID=0FDB944C-9350-45A9-95C1-1E87A9DE08DE&target_action=serviceabilityCheck">&#12371;&#12385;&#12425;&#12434;&#12463;&#12522;&#12483;&#12463;</a>&#12375;&#12390;&#12372;&#30906;&#35469;&#12367;&#12384;&#12373;&#12356;&#12290;<br />');
document.write('<p><a href="http://www.att.com/gen/privacy-policy?pid=2587">&copy; 2003 - 2009 AT&amp;T Intellectual Property.</a> All Rights Reserved.<br/><a target="_blank" href="http://www.att.com/privacy">Privacy Policy</a> | <a href="javascript:popup(\'https://uma.att.com/uma/RetrieveGeneralContent?CONTENTID=109&APPID=AMSS&FORMAT=POPUP&DMA=X&CUSTSUBTYPE=X\')">Terms of Service</a> | <a target="_blank" href="http://www.att.com/gen/general?pid=11561">Terms of Use</a></p><div class="clear"></div> ');
}
			
			
function renderUverseFooter(){
	document.write('AT&amp;T U-verse&#12395;&#12399;&#12289;&#22320;&#29702;&#30340;&#12394;&#21046;&#32004;&#12362;&#12424;&#12403;&#12469;&#12540;&#12499;&#12473;&#12434;&#12372;&#21033;&#29992;&#12356;&#12383;&#12384;&#12367;&#19978;&#12391;&#12398;&#21046;&#32004;&#12364;&#36969;&#29992;&#12373;&#12428;&#12414;&#12377;&#12290;&#12362;&#23458;&#27096;&#12395;&#12372;&#21033;&#29992;&#36039;&#26684;&#12364;&#12354;&#12427;&#12363;&#12393;&#12358;&#12363;&#12399;&#12289;<a href="https://uverse1.att.com/un/launchAMSS.do?GUID=0FDB944C-9350-45A9-95C1-1E87A9DE08DE&amp;target_action=serviceabilityCheck">&#12371;&#12385;&#12425;&#12434;&#12463;&#12522;&#12483;&#12463;</a>&#12375;&#12390;&#12372;&#30906;&#35469;&#12367;&#12384;&#12373;&#12356;&#12290;<br /><a target="_blank" href="http://www.att.com/gen/privacy-policy?pid=2587">&copy; 2009 AT&amp;T Intellectual Property</a>. All rights reserved.<br/><a target="_blank" onclick="popup(this.href); return false" href="https://uma.att.com/assets/files/legal_disclaimer.html">AT&amp;T U-verse(SM) Offer Details</a> | <a target="_blank" href="http://www.att.com/privacy">Privacy Policy</a> | <a href="javascript:popup(\'https://uma.att.com/uma/RetrieveGeneralContent?CONTENTID=109&APPID=AMSS&FORMAT=POPUP&DMA=X&CUSTSUBTYPE=X\')">Terms of Service</a> | <a target="_blank" href="http://www.att.com/gen/general?pid=11561">Terms of Use</a>');
}
function popup(URL) {
	window.open(URL,'SBC', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=1,width=700,height=400');
} 

function winResize(w, h) {
	window.resizeTo(w, h);
	self.focus();
}

function popwindow(URL, w, h) {
	var tp = 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=1,width='+w+',height='+h ;
	window.open(URL,'ATT',tp);
}  


// Added by rc6984 on 5.15.09; code is from R10 site map created by FET

function popupHandler(){
	$(".popup").click(function(){
		var relDim = $(this).attr('rel');
		var dim = relDim.split("x");
		if(relDim == "" || relDim == null){
			var w = "800";
			var h = "600";
		}
		else{
			var w = dim[0];
			var h = dim[1];
		}		
		window.open(this.href,'Popup','toolbar=0,scrollbars=0,location=0,menubar=0,resizable=1,width='+w+',height='+h+'');
		return false;
	});
}