
function micrositeLink(num) {
	switch (num) {
	
	case 1:
	//alert("link 1");
	document.location.href='/offer/powernow/enterprise/tdm/security/index.html?sid=' + strSid; // sec large tech view1
	break;
	
	case 2:
	//alert("link 2");
	document.location.href='/offer/powernow/enterprise/bdm/security/index.html?sid=' + strSid; // sec large bus view
	break;
	
	case 3:
	//alert("link 3");
	document.location.href='/offer/powernow/sm_med/tdm/security/index.html?sid=' + strSid; // sec small tech view
	break;
	
	case 4:
	//alert("link 4");
	document.location.href='/offer/powernow/sm_med/bdm/security/index.html?sid=' + strSid; // sec small bus view
	break;
	
	case 5:
	//alert("link 5");
	document.location.href='/offer/powernow/sp/tdm/security/index.html?sid=' + strSid; // sec service tech view
	break;
	
	case 6:
	//alert("link 6");
	document.location.href='/offer/powernow/sp/bdm/security/index.html?sid=' + strSid; // sec service bus view
	break;
	
	case 7:
	//alert("link 7");
	document.location.href='/offer/powernow/enterprise/tdm/ipcomm/index.html?sid=' + strSid; // ip large tech view
	break;
	
	case 8:
	//alert("link 8");
	document.location.href='/offer/powernow/enterprise/bdm/ipcomm/index.html?sid=' + strSid; // ip large bus view
	break;
	
	case 9:
	//alert("link 9");
	document.location.href='/offer/powernow/sm_med/tdm/ipcomm/index.html?sid=' + strSid; // ip small tech view
	break;
	
	case 10:
	//alert("link 10");
	document.location.href='/offer/powernow/sm_med/bdm/ipcomm/index.html?sid=' + strSid; // ip small bus view
	break;
	
	case 11:
	//alert("link 11");
	document.location.href='/offer/powernow/sp/tdm/ipcomm/index.html?sid=' + strSid; // ip sp tech view
	break;
	
	case 12:
	//alert("link 12");
	document.location.href='/offer/powernow/sp/bdm/ipcomm/index.html?sid=' + strSid; // ip sp bus view
	break;
	
	case 13:
	//alert("link 13");
	document.location.href='/offer/powernow/enterprise/tdm/mobility/index.html?sid=' + strSid; // mobile large tech view
	break;
	
	case 14:
	//alert("link 14");
	document.location.href='/offer/powernow/enterprise/bdm/mobility/index.html?sid=' + strSid; // mobile large bus view
	break;
	
	case 15:
	//alert("link 15");
	document.location.href='/offer/powernow/sm_med/tdm/mobility/index.html?sid=' + strSid; // mobile small tech view
	break;
	
	case 16:
	//alert("link 16");
	document.location.href='/offer/powernow/sm_med/bdm/mobility/index.html?sid=' + strSid; // mobile small bus view
	break;
	
	case 17:
	//alert("link 17");
	document.location.href='/offer/powernow/sp/tdm/mobility/index.html?sid=' + strSid; // mobile sp tech view
	break;
	
	case 18:
	//alert("link 18");
	document.location.href='/offer/powernow/sp/bdm/mobility/index.html?sid=' + strSid; // mobile sp bus view
	break;
	
	case 19:
	//alert("link 19");
	document.location.href='/offer/powernow/enterprise/tdm/storage/index.html?sid=' + strSid; // stor large tech view
	break;
	
	case 20:
	//alert("link 20");
	document.location.href='/offer/powernow/enterprise/bdm/storage/index.html?sid=' + strSid; // stor large bus view
	break;
	
	case 21:
	//alert("link 21");
	document.location.href='/offer/powernow/sm_med/tdm/storage/index.html?sid=' + strSid; // stor small tech view
	break;
	
	case 22:
	//alert("link 22");
	document.location.href='/offer/powernow/sm_med/bdm/storage/index.html?sid=' + strSid; // stor small bus view
	break;
	
	case 23:
	//alert("link 23");
	document.location.href='/offer/powernow/enterprise/tdm/netinfra/index.html?sid=' + strSid; // net large tech view
	break;
	
	case 24:
	//alert("link 24");
	document.location.href='/offer/powernow/enterprise/bdm/netinfra/index.html?sid=' + strSid; // net large bus view
	break;
	
	case 25:
	//alert("link 25");
	document.location.href='/offer/powernow/sm_med/tdm/netinfra/index.html?sid=' + strSid; // net small tech view
	break;
	
	case 26:
	//alert("link 26");
	document.location.href='/offer/powernow/sm_med/bdm/netinfra/index.html?sid=' + strSid; // net small bus view
	break;
	
	case 27:
	//alert("link 27");
	document.location.href='/offer/powernow/sp/tdm/netinfra/index.html?sid=' + strSid; // net sp tech view
	break;
	
	case 28:
	//alert("link 28");
	document.location.href='/offer/powernow/sp/bdm/netinfra/index.html?sid=' + strSid; // net sp bus view
	break;
	
	case 29:
	//alert("link 28");
	document.location.href='/offer/powernow/security.html?sid=' + strSid; // net sp bus view
	break;
	
	case 30:
	//alert("link 28");
	document.location.href='/offer/powernow/ipcomm.html?sid=' + strSid; // net sp bus view
	break;
	
	case 31:
	//alert("link 28");
	document.location.href='/offer/powernow/wireless.html?sid=' + strSid; // net sp bus view
	break;
	
	case 32:
	//alert("link 28");
	document.location.href='/offer/powernow/storage.html?sid=' + strSid; // net sp bus view
	break;
	
	case 33:
	//alert("link 28");
	document.location.href='/offer/powernow/netinfra.html?sid=' + strSid; // net sp bus view
	break;
	
	case 99:
	//alert("link 99");
	document.location.href='http://www.cisco.com'; // cisco logo
	break;
	}
}