// JavaScript Document
$(document).ready(function(){
	$("#imageWindow").colorbox({speed:350, innerWidth:645, innerHeight:645, iframe:'true'});
});
