function popimage(imagesrc,winwidth,winheight){
var look='width='+winwidth+',height='+winheight+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<title>Robert Farmer Entertainment</title><head><LINK href="style.css" rel=stylesheet></head><body scroll="no" bgcolor="#ffffff" marginheight=0 marginwidth=0 topmargin=0 leftmargin=0><a href="javascript:close()"><img src="'+imagesrc+'" border="0" alt="Click Here To Close This Image And Return To Selection"></body>')
popwin.document.close()
}

