function clearText(thefield){
	if (thefield.defaultValue==thefield.value){
		thefield.value = "";
	}
}

$(document).ready(function(){
	$("a[id^='productDetailImage']").colorbox({
		transition:"none",
		maxWidth:"95%",
		maxHeight:"95%",
		scrolling:true,
		scalePhotos:false
	});
});
