$(function(){
	var base = "http://www.rakdeerakdee.com/";
	$('.home, .home_selected').click(function(){
		window.location.href = base+"welcome.html";
	});
	$('.about, .about_selected').click(function(){
		window.location.href = base+"about.html";
	});
	$('.ourwork, .ourwork_selected').click(function(){
		window.location.href = base+"ourwork.html";
	});
	$('.service, .service_selected').click(function(){
		window.location.href = base+"service.html";
	});
	$('.contact, .contact_selected').click(function(){
		window.location.href = base+"contact.html";
	});

	$('.everfid').click(function(){
		window.open("http://www.everfid.com");
	});
	$('.goodspace').click(function(){
		window.open("http://goodspace.co.th/");
	});
	$('.apple').click(function(){
		window.open("http://www.apple.com/");
	});
	$('.vv').click(function(){
		window.open("http://www.google.com/");
	});
	$('.minimal').click(function(){
		window.open("http://www.minimalgallery.org/");
	});
	$('.fubiz').click(function(){
		window.open("http://www.fubiz.net/");
	});
	
	$('.seo').css({'display': 'none'});
});
