function default_field_clear( objField, strTxt ){
	if( objField.value == strTxt ){
		objField.value = '';
	}
}

function swap( id ) {
	document.getElementById( "BIG" ).src = "drawImage.cfm?id=" + id + "&Size=ProductFULL";
	document.getElementById( "viewerBig" ).src = "drawImage.cfm?id=" + id + "&Size=ProductFULL";				
}

function bigClose( ) {
	document.getElementById( "BigView" ).style.visibility = "hidden";	
	document.getElementById( "Imager" ).style.visibility = "hidden";		
}

function bigImage( ) {
	document.getElementById( "viewerBig" ).src = document.getElementById( "BIG" ).src;
	document.getElementById( "BigView" ).style.visibility = "visible";	
	document.getElementById( "BigView" ).style.height = screen.width;
	document.getElementById( "Imager" ).style.visibility = "visible";
}		

function center( ) {
	document.getElementById( "Imager" ).style.left = ( screen.width / 2 ) - 300;	
}	

function popUp(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=350,left = 162,top = 34');");
}