//popups
function omodalresize(w,h){
if(w>0){
$("#TB_iframeContent").animate({width:w},{queue:false,duration:500});
}
if(h>0){
$("#TB_iframeContent").animate({height:h},{queue:false,duration:500});
}
}
function ical(url){
omodal('iCal',url,250,150);
}
function login(url){
omodal('Login',url,400,270);
}
function omodal(name,url,width,height){
if(url==null)url=name;
if(width==null)width=500;
if(height==null)height=250;
if(url.indexOf("?")> -1){
url=url+"&";
}else{
url=url+"?";
}
tb_show('',url+"KeepThis=true&TB_iframe=true&width="+width+"&height="+height,"page");
}

//search
function doSiteSearch(e) {
var key=(typeof event!='undefined')?window.event.keyCode:e.keyCode;
if(key == 13 || key == 3){
SiteSearch();
return false;
}
}
function SiteSearch() {
window.location = "/search/default.aspx?cx=017264708226751834838%3Apeuly07layy&q="+escape($('#txtSearch').val())+"&sa=Search&cof=FORID%3A11#1156";
}

//article
function SlideShow(url,features) {
location.href = url;
}

function footnote(url) {
omodal('Footnote',url,200,300);
}

//nav
$(document).ready(function(){
$("img.nv").mouseover(function(){
this.src=this.src.replace(".gif","_on.gif").replace(".jpg","_on.jpg");
}).mouseout(function(){
this.src=this.src.replace("_on.gif",".gif").replace(".jpg","_on.jpg");
});
});

//sidebar
function showLayer(id) {
$('#' + id).show();
}

function hideLayer(id) {
$('#' + id).hide();
}

var currLayer;
function swapLayers(id) {
if (currLayer) hideLayer(currLayer);
showLayer(id);
currLayer = id;
}

//old
if(document.images){home=new Image
nohome=new Image
editorpicks=new Image
noeditorpicks=new Image
news=new Image
nonews=new Image
listings=new Image
nolistings=new Image
recroom=new Image
norecroom=new Image
music=new Image
nomusic=new Image
filmtv=new Image
nofilmtv=new Image
fooddrink=new Image
nofooddrink=new Image
arts=new Image
noarts=new Image
life=new Image
nolife=new Image
video=new Image
novideo=new Image
classifieds=new Image
noclassifieds=new Image
home.src="http://cache.thephoenix.com/i/nav/home_on.gif"
nohome.src="http://cache.thephoenix.com/i/nav/home.gif"
editorpicks.src="http://cache.thephoenix.com/i/nav/editorpicks_on.gif"
noeditorpicks.src="http://cache.thephoenix.com/i/nav/editorpicks.gif"
news.src="http://cache.thephoenix.com/i/nav/news_on.gif"
nonews.src="http://cache.thephoenix.com/i/nav/news.gif"
listings.src="http://cache.thephoenix.com/i/nav/listings_on.gif"
nolistings.src="http://cache.thephoenix.com/i/nav/listings.gif"
recroom.src="http://cache.thephoenix.com/i/nav/recroom_on.gif"
norecroom.src="http://cache.thephoenix.com/i/nav/recroom.gif"
music.src="http://cache.thephoenix.com/i/nav/music_on.gif"
nomusic.src="http://cache.thephoenix.com/i/nav/music.gif"
filmtv.src="http://cache.thephoenix.com/i/nav/filmtv_on.gif"
nofilmtv.src="http://cache.thephoenix.com/i/nav/filmtv.gif"
fooddrink.src="http://cache.thephoenix.com/i/nav/fooddrink_on.gif"
nofooddrink.src="http://cache.thephoenix.com/i/nav/fooddrink.gif"
arts.src="http://cache.thephoenix.com/i/nav/arts_on.gif"
noarts.src="http://cache.thephoenix.com/i/nav/arts.gif"
life.src="http://cache.thephoenix.com/i/nav/life_on.gif"
nolife.src="http://cache.thephoenix.com/i/nav/life.gif"
video.src="http://cache.thephoenix.com/i/nav/video_on.gif"
novideo.src="http://cache.thephoenix.com/i/nav/video.gif"
classifieds.src="http://cache.thephoenix.com/i/nav/classifieds_on.gif"
noclassifieds.src="http://cache.thephoenix.com/i/nav/classifieds.gif"}
function swapImage(thisImage,newImage)
{if(document.images)
{document[thisImage].src=eval(newImage+".src")}}
