function viewResume(name) {
    var width = 600;
    var height = 600;
    LeftPosition = (screen.width) ? (screen.width-width)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-height)/2 : 0;
    OpenWin = 
    this.open("http://www.kollinerlonggallery.com/resume_"+name+".php","PopupWindow","toolbar=no,width="+width+",height="+height+",left="+LeftPosition+",top="+TopPosition+",directories=no,status=no,scrollbars=yes,resize=no,menubar=no")
}

function viewPastWork(name) {
    var width = 600;
    var height = 620;
    LeftPosition = (screen.width) ? (screen.width-width)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-height)/2 : 0;
    OpenWin = 
    this.open("http://www.kollinerlonggallery.com/past_work_"+name+".php","PopupWindow","toolbar=no,width="+width+",height="+height+",left="+LeftPosition+",top="+TopPosition+",directories=no,status=no,scrollbars=no,resize=no,menubar=no")
}


function viewPhoto(id) {
	var width = 600;
	var height = 600;
	LeftPosition = (screen.width) ? (screen.width-width)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-height)/2 : 0;
	OpenWin = 
		this.open("http://www.kollinerlonggallery.com/photo.php?id="+id,"PopupWindow","toolbar=no,width="+width+",height="+height+",left="+LeftPosition+",top="+TopPosition+",directories=no,status=no,scrollbars=no,resize=no,menubar=no")
}
