// JavaScript Document
function openwindows(name) {        
        thishost = self.location.href        
        thispath = thishost.substring(0,thishost.lastIndexOf('/')+1)        
        photosite = thispath+name       
        photowindow = window.open('',"","scrollbars=1,resizable=1,location=0,width=600,height=400")        
        this.photowindow.location = photosite 
		}