function w_open(URL,text) {
	new_win = window.open('http://www.sugrizimas.lt/lt/view/view.php?url='+URL+'&text='+text,'view','menubar=0, toolbar=0, location=0, status=0');
	new_win.focus();
}
function fw_open(URL) {
	new_win = window.open(URL,'');
	new_win.focus();
}
