function openWindow(href) {
	
	var address = "http://"+href;
	var iw=window.open(address);
	iw.focus()
}
