// set to true to enable hit box tracking
var hitboxEnabled = true;

// ACCOUNT NUMBER(S)
var hitboxAccountNumber = 'DM5705281PVN38EN3;DM57050997CW38EN3';          

// MULTI-LEVEL CONTENT CATEGORY
var hitboxMultiLevelContentCategory = '/ray-ban;/Apparel/ray-ban';    


// OPEN PWC WINDOW
var win = null;
var index = 1;
function openDialog(id,w,h) {
    Dialog.alert($(id).innerHTML, {className: "alphacube",  width:w, height:h, id: "d" + index})
    index++;
	document.getElementById('slideshow').style.display = 'none';
}

function lastDialog(id) {
    Dialog.confirm($(id).innerHTML, {className: "alphacube",  width:250, okLabel: "Close All", ok: closeAllModalWindows})
}

function closeAllModalWindows() {
    Windows.closeAllModalWindows();
    //return true;
	document.getElementById('slideshow').style.display = 'inline';
}

function swapWallp(paperId){
	var ssContainer = document.getElementById('wpHolder');
    ssContainer.innerHTML = '<div align="center"><img src="http://creative.myspace.com/Client/RayBan/NeverHide08/Images/Wallpapers/RB_'+ paperId +'_THUMB.jpg" /><br /><a href="http://creative.myspace.com/Client/RayBan/NeverHide08/Images/Wallpapers/RB_'+ paperId +'_800X600.jpg" target="_blank" class="wpLinks" name="&lid=wallpaper'+ paperId +'Small">800x600</a> | <a href="http://creative.myspace.com/Client/RayBan/NeverHide08/Images/Wallpapers/RB_'+ paperId +'_1024X768.jpg" target="_blank" class="wpLinks" name="&lid=wallpaper'+ paperId +'Medium">1024x768</a> | <a href="http://creative.myspace.com/Client/RayBan/NeverHide08/Images/Wallpapers/RB_'+ paperId +'_1280X1024.jpg" target="_blank" class="wpLinks" name="&lid=wallpaper'+ paperId +'Large">1280x1024</a></div>';
	openDialog(wallpaperPop, 350, 275);
}

function openWindow(URL, windowName, windowFeatures){ 
	newWindow = window.open(URL, windowName, windowFeatures) 
}


function enterContest() { 
	if (isLoggedIn) {
		if (isBand) {
			openWindow('http://creative-origin.myspacecdn.com/Client/RayBan/NeverHide08/Contest/rayban_formsubmit.html', 'newWin', 'toolbar=0,width=795,height=900,scrollbars=yes'); 
		} else{  
			alert('You must have a MySpace band profile to enter.'); 
		}
	} else { 
			alert('You must be logged into your MySpace profile to enter.'); 
	}
}

