﻿function ImageDetail(HawkID)
{
	//pic = 'img/art/' + HawkID + 'x.jpg';
	var HawkGalleries;
	
	HawkGalleriesPic = window.open('image-detail.aspx?HawkID=' + HawkID, 'HawkGalleries', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=600, height=600, left=212, top=243');
//	HawkGalleriesPic.document.write('<html><head><title>Hawk Galleries : : Columbus Ohio<\/title><\/head><body style="background-color: #000000;background-position: center center;background-image: url(' + pic + '); background-repeat: no-repeat;"><\/body><\/html>');
	HawkGalleriesPic.focus();
}