
function check_page()
{
		if (document.search.searchfield.value == "")	
		{
				alert("Enter Search Criteria ! ")
				document.search.searchfield.focus()
				return false
		}
		else
		{
				var m_link = new String(document.search.searchfield.value);
				m_link = m_link.toUpperCase();
				
				switch (m_link)
				{
				case "ABOUTUS":
						document.search.action = "profile.htm"
						break;

				case "ACCESSORIES":
						document.search.action = "accessories.htm"
						break;

				case "AIPTEK":
						document.search.action = "aiptek.htm"
						break;

				case "AOSTA":
						document.search.action = "aosta.htm"
						break;

				case "APPLE":
						document.search.action = "ipod.htm"
						break;

				case "BUY":
						document.search.action = "buy.htm"
						break;

				case "BUY_BIGBAZAR":
						document.search.action = "buy_bigbazar.htm"
						break;

				case "BUY_WESPRO":
						document.search.action = "buy_wespro.htm"
						break;

				case "CHEEZ":
						document.search.action = "cheez.htm"
						break;

				case "CONTACTUS":
						document.search.action = "contactus.htm"
						break;

				case "PREMIER":
						document.search.action = "premier.htm"
						break;

				case "YES":
						document.search.action = "yes.htm"
						break;

				case "PANASONIC":
						document.search.action = "panasonic.htm"
						break;

				case "WESPRO":
						document.search.action = "wesprobrand.htm"
						break;

				case "COOLICAM":
						document.search.action = "coolicam.htm"
						break;

				case "DIGILIFE":
						document.search.action = "digilife.htm"
						break;

				case "POCKETCAM":
						document.search.action = "digitalcam2.htm"
						break;

				case "SPLASH":
						document.search.action = "digitalcam2.htm"
						break;

				case "DC 505":
						document.search.action = "digitalcam2.htm"
						break;

				case "MONI ME":
						document.search.action = "digitalcam2.htm"
						break;

				case "DCW 100":
						document.search.action = "digitalcam2.htm"
						break;

				case "SPYZ":
						document.search.action = "digitalcam2.htm"
						break;

				case "BABE":
						document.search.action = "digitalcam2.htm"
						break;

				case "FANCY":
						document.search.action = "digitalcam2.htm"
						break;

				case "PDC 1075":
						document.search.action = "digitalcam2.htm"
						break;

				case "CUBIK":
						document.search.action = "digitalcam2.htm"
						break;

				case "DC 2070":
						document.search.action = "digitalcam3a.htm"
						break;

				case "FOXY":
						document.search.action = "digitalcam3a.htm"
						break;

				case "DZIGN":
						document.search.action = "digitalcam3a.htm"
						break;

				case "DC 2302":
						document.search.action = "digitalcam3a.htm"
						break;

				case "MINI MEGA MON":
						document.search.action = "digitalcam3a.htm"
						break;

				case "PDC 2070":
						document.search.action = "digitalcam3a.htm"
						break;

				case "ION 230":
						document.search.action = "digitalcam3a.htm"
						break;

				case "PDC 2150":
						document.search.action = "digitalcam3a.htm"
						break;

				case "DS 3080S":
						document.search.action = "digitalcam4a.htm"
						break;

				case "DS 3000":
						document.search.action = "digitalcam4a.htm"
						break;

				case "DS 310":
						document.search.action = "digitalcam4a.htm"
						break;

				case "DS 4080":
						document.search.action = "digitalcam4a.htm"
						break;

				case "DZ 320":
						document.search.action = "digitalcam4a.htm"
						break;

				case "MP3":
						document.search.action = "mp3.htm"
						break;

				case "MP3 YES":
						document.search.action = "mp3_yes.htm"
						break;

				case "MUZEUM":
						document.search.action = "muzeum.htm"
						break;

				case "IPOD":
						document.search.action = "ipod.htm"
						break;

				case "PALLADINE":
						document.search.action = "lcd_2.htm"
						break;
			
				case "PALLADINE":
						document.search.action = "lcd_2.htm"
						break;	

				case "LCD":
						document.search.action = "lcd_1.htm"
						break;	

				case "SPECIAL OFFERS":
						document.search.action = "specialoffer.htm"
						break;	
																										
				default :
						alert("No search results found. Try Again. ")
						document.search.searchfield.value = ""
						return false
				}

		}
}


