function newWindow(popup,size){
	smallWindow=window.open(popup,"newWin",size+"resizable=yes,scrollbars=yes,menubar=no,location=no,toolbar=no,titlebar=no")
	smallWindow.focus()
}
leftPos = 0
if(screen){
	leftPos=screen.width
}

function closeWindow(){
window.close(closeWindow)
}


