// JavaScript Document
<!--
function FrameWithoutMat()
	{	//Begin frame w/o mat validation
	if ((g_frame_selected == 1) && (g_mat_selected == 0)) 						
		{	//Begin generate an alert - can't order frame w/o a mat 										
		alert("Frames are only available with matted Prints.\r\n\r\nPlease either:\r\n\r\n(a) Select a Mat to go with your Frame.\r\n\r\n     - or -    \r\n\r\n(b) De-select the Frame.\r\n\r\n- Thank you.");
		return true;								
		}	//End generate an alert - can't order frame w/o a mat	
	return false;	
	}	//End frame w/o mat validation
// -->