
function OpenLink(pNum){
	// version 11-22-06 v1.0
	alert(pNum);
	var newWin = 0;var plink = "http://www.motorola.com";
		// red microsite links

	switch (pNum) {
		//HOMEPAGE
		//----------------------------------------------------------------
			//registration
			case 1 :plink="registration.html";newWin=0;break;
	}
	
	if (newWin==3) {aWindow = window.open(plink,"moviepopup","toolbar=no,width=320,height=320,status=no,scrollbars=yes,resizable=yes,menubar=no");}
 	else {if (newWin==1) {window.open(plink,"motoLink"+pNum);} else {window.location.href=plink;};};
}

function webTrack(pNum){
	// version 4-4-06 v1.0

	switch (pNum) {
		//HOME
		//----------------------------------------------------------------
			//Registration
			case 1 :dcsMultiTrack('DCS.dcsuri', '/motolanding', 'WT.ti', 'Pre registration', 'DCSext.preregistration', 'motokrzrk3:preregistration', 'WT.ac', 'pre registration learn more click');break;
			

	//Motorola Bluetooth Accessories Link
			case 2 :dcsMultiTrack('DCS.dcsuri', '/hellomoto/motokrzrk3', 'WT.ti', 'MOTOKRZR K3 Landing Page Motorola Bluetooth Accessories Link', 'DCSext.motokrzrk3landingpage', 'hellomoto;motokrzrk3landingpage;motorolabluetoothaccessoieslandingpagelink;http://direct.motorola.com/hellomoto/bluetoothpromotion/bluetooth.asp');break;

			//Motorola Bluetooth Stereo Link
			case 3 :dcsMultiTrack('DCS.dcsuri', '/hellomoto/motokrzrk3', 'WT.ti', 'MOTOKRZR K3 Landing Page Motorola Bluetooth Stereo Link', 'DCSext.motokrzrk3landingpage', 'hellomoto;motokrzrk3landingpage;motorolabluetoothstereolandingpagelink;http://www.hellomoto.com/bluetoothmusic/');break;

			//Motorola OROKR Link
			case 4 :dcsMultiTrack('DCS.dcsuri', '/hellomoto/motokrzrk3', 'WT.ti', 'MOTOKRZR K3 Landing Page Motorola OROKR Link', 'DCSext.motokrzrk3landingpage', 'hellomoto;motokrzrk3landingpage;motorolaorokrlandingpagelink;http://www.hellomoto.com/orokr/');break;

			//Motorola Phone Tools Link
			case 5 :dcsMultiTrack('DCS.dcsuri', '/hellomoto/motokrzrk3', 'WT.ti', 'MOTORKZR K3 Landing Page Motorola Phone Tools Link', 'DCSext.motokrzrk3landingpage', 'hellomoto;motokrzrk3landingpage;motorolaphonetoolslandingpagelink;http://www.hellomoto.com/phonetools/');break;
	}
}