var win;
function open_atv_popup(popup) {
switch(popup) {
	case "promo_offer_us":
		window.open('/atvs/promotions/index.asp','ATVspromoOffer','scrollbars=no,resizable=no,width=610,height=403')
		break
	case "promo_offer_canadian":
		window.open('/atvs/promotions/canadian_offer.asp','ATVspromoOffer','scrollbars=no,resizable=no,width=610,height=403')
		break
	case "promo_legal_us":
		window.open('/atvs/promotions/wheelin/legal_us.asp','ATVsLegal','scrollbars=yes,resizable=no,width=481,height=336')
		break
	case "promo_legal_canadian":
		window.open('/atvs/promotions/wheelin/legal_canadian.asp','ATVsLegal','scrollbars=no,resizable=no,width=461,height=348')
		break
	}
}

function open_sno_popup(popup) {
switch(popup) {
	case "promo_offer_us":
		window.open('/snowmobiles/promotions/arctic_blast/index.asp','snopromoOffer','scrollbars=no,resizable=no,width=610,height=523')
		break
	case "promo_offer_canadian":
		window.open('/snowmobiles/promotions/arctic_blast/offer_canadian.asp','snopromoOffer','scrollbars=no,resizable=no,width=610,height=523')
		break
	case "promo_legal_us":
		window.open('/snowmobiles/promotions/arctic_blast/legal_us.asp','snoLegal','scrollbars=no,resizable=no,width=461,height=192')
		break
	case "promo_legal_canadian":
		window.open('/snowmobiles/promotions/arctic_blast/legal_can.asp','snoLegal','scrollbars=no,resizable=no,width=461,height=219')
		break
	}
}


function wallpaper(ATV) {
	window.open('/atvs/lineups/photo_gallery/wallpaper.asp?name='+ATV,'bgwin','width=320,height=400,scrollbars=no')
}

function photo_gallery(ATV) {
switch(ATV) {
	case "500":
		window.open('/atvs/lineups/photo_gallery/index.asp','PhotoGallery','width=450,height=412')
		break
	case "400":
		window.open('/atvs/lineups/photo_gallery/index.asp?ATV=400_4x4','PhotoGallery','width=450,height=412')
		break
	case "300":
		window.open('/atvs/lineups/photo_gallery/index.asp?ATV=300_4x4','PhotoGallery','width=450,height=412')
		break
	case "200":
		window.open('/atvs/lineups/photo_gallery/index.asp?ATV=250_4x4','PhotoGallery','width=450,height=412')
		break
	case "youth":
		window.open('/atvs/lineups/photo_gallery/index.asp?ATV=youth','PhotoGallery','width=450,height=412')
		break
	default:
		window.open('/atvs/lineups/photo_gallery/index.asp','PhotoGallery','width=450,height=412')
		break
	}
}

function open_atv_photo_gallery_2004(ATV) {
switch(ATV) {
	case "Utility":
		window.open('/atvs/lineups/2004/photo_gallery/index.asp?ATV=650','PhotoGallery','width=450,height=412')
		break
	case "Sport":
		window.open('/atvs/lineups/2004/photo_gallery/index.asp?ATV=Sport','PhotoGallery','width=450,height=412')
		break		
	case "Youth":
		window.open('/atvs/lineups/2004/photo_gallery/index.asp?ATV=Youth','PhotoGallery','width=450,height=412')
		break
	default:
		window.open('/atvs/lineups/2004/photo_gallery/index.asp','PhotoGallery','width=450,height=412')
		break
	}
}

function open_atv_2003_popup(atv) {
	url = "/atvs/lineups/2003/enlargement.asp?ATV=" + atv
	window.open(url,'ATV2003Enlargement','width=649,height=525,left=10,screenx=10,top=10,screeny=10,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no');
}

function open_atv_2004_popup(atv) {
	url = "/atvs/lineups/2004/enlargement.asp?ATV=" + atv
	window.open(url,'ATV2004Enlargement','width=649,height=525,left=10,screenx=10,top=10,screeny=10,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no');
}

function open_atv_2003_comparison(atv) {
	url = "/atvs/lineups/2003/popup/comparison_popup.asp?"
	switch(atv){
		case "youth":
			url =url + "model="+atv+"&height="+184+"&width="+412
			window.open(url,'ATV2003Comparison','width=412,height=297,left=10,screenx=10,top=10,screeny=10,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no');
			break
		default:
			url =url + "model="+atv+"&height="+184+"&width="+762
			window.open(url,'ATV2003Comparison','width=762,height=297,left=10,screenx=10,top=10,screeny=10,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no');
			break
	}
}

function open_atv_2004_comparison(atv_codename) {

	var url, width, height;
	var atv_codename_split = atv_codename.split("_");
	atv_model = atv_codename_split[0];
	
	if ( atv_model == "400" ) { 
		url = "comparison_400.asp";
		width=637;
		height=376;

	} else if (atv_codename == "250_4x4"  ||  atv_codename == "250_2x4" ){
		url = "comparison_250.asp";
		width = 687;
		height = 294;

	} else if (atv_codename == "300_4x4"  ){
		url = "comparison_300.asp";
		width = 487;
		height = 294;

	} else if (atv_codename == "500_4x4_auto_trv" ) {
		url = "comparison_500_1.asp";
		width = 732;
		height = 246;

	} else if (atv_codename == "500_4x4_auto_tbx" ) {
		url = "comparison_500_2.asp";
		width = 732;
		height = 272;

	} else if (atv_codename == "500_4x4" || atv_codename == "500_4x4_auto") {
		url = "comparison_500_3.asp";
		width = 587;
		height = 343;

	} else if (atv_codename == "650_4x4_auto" || atv_codename == "650_4x4_auto_le") {
		url = "comparison_650.asp";
		width = 587;
		height = 308;

	}

	window.open('/atvs/lineups/2004/comparisons/'+ url +'','ATV2004Comparison','width='+ width +',height='+ height +',resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no');
	
}

function open_snow_video(movie) {
	switch(movie){
		case "firecats":
			url = "/snowmobiles/lineups/2004/videos/index.asp?movie=" + movie
			window.open(url,'Sno2004Video','resizable=yes,width=472,height=292');
			break
		case "sabercats":
			url = "/snowmobiles/lineups/2004/videos/index.asp?movie=" + movie
			window.open(url,'Sno2004Video','resizable=yes,width=472,height=292');
			break
		case "zrs_zs":
			url = "/snowmobiles/lineups/2004/videos/index.asp?movie=" + movie
			window.open(url,'Sno2004Video','resizable=yes,width=472,height=292');
			break
		case "mountain":
			url = "/snowmobiles/lineups/2004/videos/index.asp?movie=" + movie
			window.open(url,'Sno2004Video','resizable=yes,width=472,height=292');
			break
		case "touring":
			url = "/snowmobiles/lineups/2004/videos/index.asp?movie=" + movie
			window.open(url,'Sno2004Video','resizable=yes,width=472,height=292');
		default:
			url = "/snowmobiles/lineups/2004/videos/index.asp?movie=" + movie
			window.open(url,'Sno2004Video','resizable=yes,width=472,height=292');
			break
	}
}

function open_firecat_enlarge(image)
{
	window.open ('/snowmobiles/lineups/2003/firecat/popups/popup_images.asp?image='+image,'firecatimage','width=589,height=401')
}

function open_firecat_wallpaper(wallpaper)
{
	window.open ('/snowmobiles/lineups/2003/firecat/popups/popup_wallpaper.asp?wallpaper='+wallpaper,'firecatwallpaper','width=427,height=516')
}

function open_firecat_movie(movie,movietype)
{
	window.open ('/snowmobiles/lineups/2003/firecat/popups/popup_movies.asp?movie='+movie+'&type='+movietype,'firecatmovie','width=427,height=401')
}
function open_firecat_tellafriend()
{
	window.open ('/snowmobiles/lineups/2003/firecat/popups/popup_tellafriend.asp','firecattellfriend','width=482,height=470')
}

function open_snow_2003_popup(sled) {
	url = "/snowmobiles/lineups/2003/enlargement.asp?sled=" + sled
	window.open(url,'Snowmobiles2003Enlargement','width=649,height=462,left=10,screenx=10,top=10,screeny=10,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no');
}

function open_popup_sno2003_gallery(category) {
	url = "/snowmobiles/lineups/2003/photo_gallery/index.asp?category=" + category
	window.open(url,'Snowmobiles2003gallery','width=450,height=412');
}
function open_popup_sno2004_gallery(category) {
	url = "/snowmobiles/lineups/2004/photo_gallery/index.asp?category=" + category
	window.open(url,'Snowmobiles2004gallery','width=450,height=412');
}
function open_popup_sno2003_wallpaper(wallpaper) {
	window.open('/snowmobiles/lineups/2003/wallpaper/index.asp?name='+ wallpaper,'bgwin','width=320,height=400,scrollbars=no')
}
function open_popup_sno2004_wallpaper(wallpaper) {
	window.open('/snowmobiles/lineups/2004/wallpaper/index.asp?name='+ wallpaper,'bgwin','width=320,height=400,scrollbars=no')
}
function open_popup_atv2004_wallpaper(wallpaper) {
	window.open('/atvs/lineups/2004/wallpaper.asp?name='+ wallpaper,'bgwin','width=320,height=400,scrollbars=no')
}
function open_popup_kc900_wallpaper(wallpaper) {
	window.open('/snowmobiles/kingcat900/wallpaper/index.asp?name='+ wallpaper,'bgwin','width=320,height=400,scrollbars=no')
}
function open_snow_2004_popup(sled) {
	url = "/snowmobiles/lineups/2004/enlargement.asp?sled=" + sled
	window.open(url,'Snowmobiles2004Enlargement','width=649,height=462,left=10,screenx=10,top=10,screeny=10,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no');
}

function open_popup_snotech_wallpaper(wallpaper) {
	window.open('/snowmobiles/technology/wallpaper/index.asp?name='+ wallpaper,'SnoTechWallpaper','width=376,height=478,scrollbars=no')
}

function open_popup(popup) {
switch(popup) {
	case "intro":
		window.open('/snowmobiles/intro_video.asp','SHARE_IT','scrollbars=no,resizable=yes,width=340,height=385')
		break
	case "polaris":
		window.open('/snowmobiles/polaris/main.asp','POLARIS','scrollbars=no,resizable=yes,width=610,height=560')
		break
	case "2004MRP":
		window.open('/atvs/configurator/2004/index.asp','2004MRP','scrollbars=no,resizable=no,width=770,height=451')
		break
	case "2005MRP":
		window.open('/atvs/configurator/2005/index.asp','2005MRP','scrollbars=no,resizable=no,width=770,height=451')
		break
	case "2006Speedrack":
		window.open('/atvs/configurator/2006/index.asp','2006Speedrack','scrollbars=no,resizable=no,width=770,height=451')
		break
	case "tonystewart_le":
		window.open('/snowmobiles/tonystewart/','tonystewart_le','scrollbars=no,resizable=no,width=700,height=474')
		break
	case "kingcat900specs":
		window.open('/snowmobiles/kingcat900/specs.asp','kingcat900specs','scrollbars=yes,resizable=no,width=481,height=519')
		break
	case "kingcat900":
		window.open('/snowmobiles/kingcat900/index.asp','kingcat900','scrollbars=no,resizable=no,width=753,height=537')
		break
	case "kingcat900efispecs":
		window.open('/snowmobiles/kingcat900efi/specs.asp','kingcat900efispecs','scrollbars=yes,resizable=no,width=481,height=519')
		break
	case "kingcat900efi":
		window.open('/snowmobiles/kingcat900efi/index.asp','kingcat900efi','scrollbars=no,resizable=no,width=753,height=537')
		break		
	case "t660turbochargerspecs":
		window.open('/snowmobiles/t660turbocharger/specs.asp','t660turbochargerspecs','scrollbars=yes,resizable=no,width=481,height=519')
		break
	case "t660turbocharger":
		window.open('/snowmobiles/t660turbocharger/index.asp','t660turbocharger','scrollbars=no,resizable=no,width=753,height=537')
		break		
	case "springchoices":
		window.open('/springchoices2004/','springchoices2004','scrollbars=yes,resizable=yes,width=770,height=490')
		break
	case "flashtechnology":
		window.open('/snowmobiles/technology/index.asp','flashtechnology','scrollbars=no,resizable=no,width=777,height=511')
		break
	case "f6firecatefi":
		window.open('/snowmobiles/f6firecatefi/index.asp','f6firecatefi','scrollbars=no,resizable=yes,width=610,height=410')
		break
	case "440snopro":
		window.open('/snowmobiles/snopro_2003/main.asp','snopro','scrollbars=no,resizable=yes,width=610,height=410')
		break
	case "2003_arctic_blast":
		window.open('/snowmobiles/promotions/index.asp','SNOWAB','scrollbars=no,resizable=yes,width=610,height=472')
		break
	case "atvs_legal":
		window.open('/atvs/legal.asp','ATVLegal','scrollbars=no,resizable=yes,width=472,height=394')
		break
	case "snowmobiles_2004_lineup":
		window.open('/snowmobiles/lineups/index.asp?y=27&c=92','Snowmobiles2004Lineup','scrollbars=yes,resizable=yes,width=604,height=512')
		break
	case "snowmobiles_2003_lineup":
		window.open('/snowmobiles/lineups/index.asp?y=4&c=5','Snowmobiles2003Lineup','scrollbars=yes,resizable=yes,width=605,height=455')
		break
	case "snowmobiles_2002_lineup":
		window.open('/snowmobiles/lineups/2002/performance_zrt600.asp','Snowmobiles2002Lineup','scrollbars=yes,resizable=yes,width=605,height=455')
		break
	case "snowmobiles_2001_lineup":
		window.open('/snowmobiles/lineups/2001/performance_zrt600.asp','Snowmobiles2001Lineup','scrollbars=yes,resizable=yes,width=604,height=455')
		break
	case "snowmobiles_2000_lineup":
		window.open('/snowmobiles/lineups/2000/high_performance_thundercat.asp','Snowmobiles2000Lineup','scrollbars=yes,resizable=yes,width=604,height=455')
		break
	case "snowmobiles_2003_900s":
		window.open('/snowmobiles/lineups/2003/900s/index.asp','Snowmobiles900','scrollbars=no,resizable=no,width=610,height=560')
		break
	case "snowmobiles_2003_zr900_specs":
		window.open('/snowmobiles/lineups/2003/900s/specs.asp?modelID=59','Snowmobiles900Specs','scrollbars=yes,resizable=yes,width=478,height=520')
		break
	case "snowmobiles_2003_mtcat_specs":
		window.open('/snowmobiles/lineups/2003/900s/specs.asp?modelID=51','Snowmobiles900Specs','scrollbars=yes,resizable=yes,width=478,height=520')
		break
	case "snowmobiles_teamarctic":
		window.open('/teamarctic/index.asp','teamarctic','height=409,width=702')
		break
	case "snowmobiles_survey":
		window.open('http://www.surveywriter.com/in/survey/survey150/ArcticCatYouthSnowmobileSurvey.asp','snowmobile_survey','height=409,width=702')
		break
	case "teamarctic":
		window.open('/teamarctic/index.asp','teamarctic','height=409,width=702')
		break
	case "snowmobiles_cats_pride":
		window.open('/snowmobiles/catspride/index.asp','SnowmobilesCatsPride','scrollbars=yes,resizable=yes,width=489,height=455')
		break
	case "snowmobiles_links":
		window.open('/snowmobiles/links/index.asp','SnowmobilesLinks','scrollbars=yes,resizable=yes,width=489,height=455')
		break
	case "snowmobiles_legal":
		window.open('/popup/legal_popup.asp','SnowmobilesLegal','resizable=yes,width=472,height=485')
		break
	case "clearance_legal":
		window.open('/snowmobiles/clearance/legal/index.asp','ClearanceLegal','resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,width=481,height=336')
		break		
	case "clearance":
		window.open('/snowmobiles/clearance/index.asp','Clearance','resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,width=615,height=535')
		break
	case "sno_pro":
		window.open('/snowmobiles/lineups/2002/sno_pro/index.asp','SnoPro','resizable=yes,toolbar=no,status=no,menubar=no,scrollbars=no,width=610,height=507')
		break
	case "atvs_lineup2003":
		window.open('/atvs/lineups/2003/index.asp','atvs2003','scrollbars=yes,width=605,height=502')
		break
	case "atvs_lineup2004":
		window.open('/atvs/lineups/2004/index.asp','atvs2004','scrollbars=yes,width=605,height=502')
		break			
	case "financing_popup":
		window.open('/popup/financing.asp','Financing','scrollbars=yes,resizable=no,width=586,height=568')
		//window.open('/popup/financing.asp','Financing','scrollbars=yes,resizable=yes,width=586,height=233')
		break

	case "atvs_lineup2002":
		window.open('/atvs/lineups/2002.asp','atvs2002','scrollbars=yes,width=605,height=500')
		break
	case "atvs_sbs1000":
		window.open('/atvs/lineups/2002_sbs1000/index.asp','sbs1000','scrollbars=yes,width=460,height=500')
		break
	case "atvs_lineup2001":
		window.open('/atvs/lineups/2001.asp','2001Lineups','scrollbars=yes,width=603,height=500')
		break
	case "atvs_technology2003":
		window.open('/atvs/technology/2003/index.asp','ATVsTechnology2003','width=615,height=531')
		break
	case "atvs_technology2004":
		window.open('/atvs/technology/2004/index.asp','ATVsTechnology2004','width=615,height=531')
		break		
	case "mrp_popup":
		window.open('/atvs/lineups/2003/popup/mrp.asp?id=1','MRPPopup','scrollbars=no,width=700,height=550')
		break
	case "atvs_technology":
		window.open('/atvs/technology/2002/index.asp','ATVsTechnology','width=615,height=531')
		break
	case "atvs_photo_gallery_2004":
		window.open('/atvs/lineups/2004/photo_gallery/index.asp','ATVsPhotoGallery','width=451,height=413')
		break		
	case "atvs_photo_gallery":
		window.open('/atvs/lineups/photo_gallery/index.asp','ATVsPhotoGallery','width=451,height=413')
		break
	case "atvs_photo_gallery_500":
		window.open('/atvs/lineups/photo_gallery/index.asp?ATV=500i_4x4_auto','ATVsPhotoGallery','width=451,height=413')
		break
	case "atvs_photo_gallery_400":
		window.open('/atvs/lineups/photo_gallery/index.asp?ATV=400i_4x4','ATVsPhotoGallery','width=451,height=413')
		break
	case "atvs_photo_gallery_300":
		window.open('/atvs/lineups/photo_gallery/index.asp?ATV=300_4x4','ATVsPhotoGallery','width=451,height=413')
		break
	case "atvs_photo_gallery_250":
		window.open('/atvs/lineups/photo_gallery/index.asp?ATV=250_4x4','ATVsPhotoGallery','width=451,height=413')
		break
	case "atvs_photo_gallery_youth":
		window.open('/atvs/lineups/photo_gallery/index.asp?ATV=youth','ATVsPhotoGallery','width=451,height=413')
		break
	case "atvs_photo_gallery_sbs":
		window.open('/atvs/lineups/photo_gallery/index.asp?ATV=sbs','ATVsPhotoGallery','width=451,height=413')
		break
	case "atvs_links":
		window.open('/atvs/links.asp','ATVsLinks','scrollbars=yes,width=490,height=455')
		break
	case "atvs_video_90":
		window.open('/atvs/video/index.asp?movie=90','ATVsVideo','resizable=no,width=472,height=260')
		break
	case "atvs_video_250":
		window.open('/atvs/video/index.asp?movie=250','ATVsVideo','resizable=no,width=472,height=260')
		break
	case "atvs_video_300":
		window.open('/atvs/video/index.asp?movie=300','ATVsVideo','resizable=no,width=472,height=260')
		break
	case "atvs_video_400":
		window.open('/atvs/video/index.asp?movie=400','ATVsVideo','resizable=no,width=472,height=260')
		break
	case "atvs_video_500":
		window.open('/atvs/video/index.asp?movie=500','ATVsVideo','resizable=no,width=472,height=260')
		break
	case "racing":
		window.open('/racing/index.asp','racing','resizable=yes,toolbar=no,status=no,menubar=no,scrollbars=no,width=657,height=567')
		break
	case "racing_legal":
		window.open('/racing/sportswear/legal.asp','nascarlegal','width=202,height=142')
		break
	case "racing_promoitems":
		//window.open('/racing/sportswear/index.asp','racingpromo','resizable=yes,toolbar=yes,status=yes,menubar=yes,scrollbars=yes,width=610,height=420')
		window.open('/brochures/atvs.asp','racingpromo','resizable=yes,toolbar=yes,status=yes,menubar=yes,scrollbars=yes,width=800,height=420')
		break
	case "racing_ricky_rudd":
		window.open('/racing/enlargement.asp?pic=rickyrudd','racingenlargement','resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,width=533,height=559')
		break
	case "racing_ricky_hendrick":
		window.open('/racing/enlargement.asp?pic=rickyhendrick','racingenlargement','resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,width=533,height=559')
		break
	case "racing_ricky_craven":
		window.open('/racing/enlargement.asp?pic=rickycraven','racingenlargement','resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,width=533,height=559')
		break
	case "racing_shawna_robinson":
		window.open('/racing/enlargement.asp?pic=shawnarobinson','racingenlargement','resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,width=533,height=559')
		break
	case "4_stroke":
		window.open('/snowmobiles/4stroke.asp','FourStroke','resizable=yes,width=701,height=404')
		break
	case "zl_600":
		window.open('/snowmobiles/lineups/2002/trail_zl600efissesr.asp','zl600efissesr','width=610,height=401')
		break
	case "zl_600_specs":
		window.open('/snowmobiles/lineups/2002/trail_zl600efissesr_tech.asp','TrailZl600efissesrTech','scrollbars=yes,resizable=yes,width=477,height=500')
		break
	case "arctic_blast":
		window.open('/snowmobiles/arctic_blast/popup_us.asp','ArcticBlast','width=450,height=450')
		break
	case "team_arctic_news_blast":
		window.open('/teamarctic/events/news_blast_frame.asp','TeamArctic','width=702,height=409')
		break
	case "News20011120SnoShowCanProvince":
		window.open('/news/20011120SnoShowCanProvince.asp','SnowTour','scrollbars=yes,width=518,height=485')
		break
	case "News20011120SnoShowUSState":
		window.open('/news/20011120SnoShowUSState.asp','SnowTour','scrollbars=yes,width=518,height=485')
		break
	case "NewsUSSnowmobileTour":
		window.open('/news/snowmobiletour2005/index.asp','SnowTour','scrollbars=yes,width=500,height=485')
		break
	case "NewsCanadaSnowmobileTour":
		window.open('/news/snowmobiletour2005/index.asp?section=candate','SnowTour','scrollbars=yes,width=500,height=485')
		break		
	case "InnerArcticCircle":
		window.open('/inner_arctic_circle/','InnerArcticCircle','scrollbars=yes,resizable=yes,width=618,height=600')
		break
	case "configurator":
		window.open('/atvs/configurator/landing_1.html','Configurator','toolbar=yes,scrollbars=yes,resizable=yes,width=760,height=620')
		break		
	case "dnd":
		window.open('/atvs/promotions/dnd_2004/dnd_us.html','DownandDirty','toolbar=no,scrollbars=no,resizable=no,width=610,height=403')
		break
	case "wnd_us":
		window.open('/atvs/promotions/wnd_2005/wnd_us.asp','WheelinAndDealin','toolbar=no,scrollbars=no,resizable=no,width=630,height=445')
		break
		
	case "wnd_can":
		window.open('/atvs/promotions/wnd_2005/wnd_can.html','WheelinAndDealin','toolbar=no,scrollbars=no,resizable=no,width=630,height=421')
		break
	case "2004arcticblast":
		window.open('/snowmobiles/promotions/arcticblast/acblast_us.asp','ArcticBlast','scrollbars=yes,resizable=no,width=650,height=430')
		break		
	case "arcticblastLegal_us":
		window.open('/snowmobiles/promotions/arcticblast/legal_us.asp','ArcticBlastLegal','scrollbars=yes,resizable=no,width=481,height=336')
		break		
	case "arcticblastLegal_ca":
		window.open('/snowmobiles/promotions/arcticblast/legal_ca.asp','ArcticBlastLegal','scrollbars=yes,resizable=no,width=481,height=336')
		break		
	case "dndUSLegal":
		window.open('/atvs/promotions/dnd_2004/legal_us.asp','ATVsLegal','scrollbars=yes,resizable=no,width=481,height=336')
		break
	case "wndLegal":
		window.open('/atvs/promotions/wnd_2005/legal.asp','ATVsLegal','scrollbars=yes,resizable=no,width=481,height=336')
		break
	case "wndLegalCan":
		window.open('/atvs/promotions/wnd_2005/legal_can.asp','ATVsLegal','scrollbars=yes,resizable=no,width=481,height=336')
		break
	case "dndCanadianLegal":
		window.open('/atvs/promotions/dnd_2004/legal_canadian.asp','ATVsLegal','scrollbars=yes,resizable=no,width=481,height=336')
		break
	case "wheelin":
		window.open('/atvs/promotions/wheelin/index.asp','WheelinDealin','toolbar=no,scrollbars=no,resizable=no,width=610,height=523')
		break
	case "catspride":
		window.open('/snowmobiles/catspride/popup.asp','CatsPride','toolbar=no,scrollbars=no,resizable=no,width=700,height=525')
		break
	default:
		window.open('/atvs/four_wheel_fever/popup.asp','FourWheelFever','width=450,height=405')
		break
	}
}

function open_popup_print_specs(model) {
	window.open('/snowmobiles/lineups/print_specs.asp?m=' + model,'SnowmobileSpecs','scrollbars=yes,resizable=no,width=480,height=560')
}

function open_popup_print_atv_specs(model) {
	window.open('/atvs/lineups/print_specs.asp?m=' + model,'ATVSpecs','scrollbars=yes,resizable=no,width=480,height=560')
}

function open_popup_print_features(model) {
	window.open('/snowmobiles/lineups/print_features.asp?m=' + model,'SnowmobileFeatures','scrollbars=yes,resizable=no,width=480,height=560')
}

function open_popup_snow_video(currentyear,category,quality) {
	window.open('/snowmobiles/lineups/video_popup.asp?y=' + currentyear + '&c=' + category + '&q='+quality,'SnowmobileVideo','scrollbars=no,resizable=no,width=340,height=385')
}

function open_popup_snow_enlarge(currentyear,enlarge,item_model_id) {
	var win = window.open('/snowmobiles/lineups/enlarge_popup.asp?y=' + currentyear + '&e=' + enlarge + '&m=' + item_model_id,'SnowmobileEnlarge','width=800,height=470,scrollbars=yes')
	win.focus();
}

function open_popup_atv_enlarge(currentyear,enlarge,item_model_id) {
	var win = window.open('/atvs/lineups/enlarge_popup.asp?y=' + currentyear + '&e=' + enlarge + '&m=' + item_model_id,'AtvEnlarge','width=714,height=470,scrollbars=yes')
	win.focus();
}

function open_popup_wallpaper(requestedYear,wallpaper) {
	window.open('/snowmobiles/lineups/wallpaper.asp?wallpaper='+ wallpaper+'&requestedYear='+requestedYear,'Wallpaper','width=396,height=442,scrollbars=no')
}

function open_atvs_popup_wallpaper(requestedYear,wallpaper) {
	newwindow = window.open('/atvs/lineups/wallpaper.asp?wallpaper='+ wallpaper+'&requestedYear='+requestedYear,'Wallpaper','width=396,height=442,scrollbars=no')
	newwindow.focus();
}

function open_popup_snow_core(currentyear,category,item_model_id) {
	window.open('/snowmobiles/lineups/core.asp?y=' + currentyear + '&c=' + category + '&m=' + item_model_id,'SnowmobileEnlarge','scrollbars=no,resizable=no,width=699,height=470')
}

