function openWindow() {
window.open("","windowname","toolbar=0,location=0,scrollbars=1,width=800,height=600,resizable=1");
}

