﻿// JScript File

function writeFlash(id) {


}

function clearText(thefield){
    if (thefield.defaultValue==thefield.value)
    thefield.value = ""
} 

function getURL(thePath){
	switch(thePath){
		case "---- Featured Brands ----":
			// DO NOTHING
		break;
		case "---- More Brands ----":
			// DO NOTHING
		break;
		case "--- Select Store ----":
			// DO NOTHING
		break;
		case "-----------------":
			// DO NOTHING
		break;
		default:
			window.location = thePath;
		break;
	}
}