function onFocusing(td){
	td.style.backgroundColor = "dddcdc";
}
function outFocusing(td){
	td.style.backgroundColor = "";
}

function js_move(num){
	if (num == '1'){
		this.location.href="./index.html";
	}else if (num == '2'){
		this.location.href="./collection_1.html";
	}else if (num == '3'){
		this.location.href="./press.html";
	}else if (num == '4'){
		this.location.href="./stockist.html";
	}
}

function js_sub_move(num){
	if (num == '1'){
		this.location.href="./collection_1.html";
	}else if (num == '2'){
		this.location.href="./collection_2.html";
	}else if (num == '3'){
		this.location.href="./collection_3.html";
	}else if (num == '4'){
		this.location.href="./collection_4.html";
	}
}

function js_twitter(){
	window.open("http://twitter.com/eunjeongfashion");
}

function js_facebook(){
	window.open("http://www.facebook.com/hong.ej");
}

function js_cfe(){
	window.open("http://www.fashion-enterprise.com");
}

function js_ff(){
	window.open("http://www.fashionfringe.co.uk");
}




