// JavaScript Document
function open_url(object){
	var url=object.value;
	window.open('http://'+url);
}