  $(document).ready(function(){
 	var store 		= "<p>Simply drag and drop files from your computer onto the file manager or let our software keep the folders on your PC synchronised with your online storage space<p><a href='free-online-file-storage-signup.php' border='0'><img src='http://www.freevirtualservers.com/layout_drive/signupbtn.jpg' border='0'></a>";
	 
	 var send 		= "<p>Free Virtual Drive makes it easy to show off your holiday photos, collaborate with others on a document or send files to a friend.</p><a href='free-online-file-storage-signup.php'><img src='http://www.freevirtualservers.com/layout_drive/signupbtn.jpg' border='0'></a>"; 	
	 
	 var access		= "<p>Free Virtual Drive stores your files centrally online, so you can access and work with all of your files from any computer or mobile phone, anywhere in the world with a network.</p><a href='free-online-file-storage-signup.php'><img src='http://www.freevirtualservers.com/layout_drive/signupbtn.jpg' border='0'></a>";
	 
	 var publish	= "<p>Your files and media published to the web with one click. humyo embeds a media player in your web page, blog or profile to stream your photos, music and videos for your guests.<p><a href='free-online-file-storage-signup.php'><img src='http://www.freevirtualservers.com/layout_drive/signupbtn.jpg' border='0'></a>";
	 
	 //On click replace
	 
	 $('a.replace').click(function(event){
	 	event.preventDefault();
	 	panel = $(this).attr("rel");
	 	panel = eval(panel);
		$('.content_c12').html(panel);
	
	})
}); 
