function openLogin(filename,width,height) {
	window.open(filename,'demowindow','width='+width+',height='+height+',resizable=1, scrollbars=1')
}

