function openNewWindow(url)
{ 
	new_window = window.open(url,"Flash","location=0,toolbar=0,menubar=0,resizable=0,dependent=0,status=0,width=960,height=600,left=50,top=50");
}

function openNewWindow2(url)
{ 
	new_window = window.open(url,"Blogi","location=yes,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,dependent=0,status=0,width=800,height=700,left=50,top=50");
}


