// JavaScript Document
<!--
function MsgWithoutWrap()
	{
	if ((g_giftMsg_selected == 1) && (g_wrap_selected == 0)) 				
		{	
		alert("You have entered a Gift Card message.\r\n\r\nThe Gift Card message is only available with the Gift Wrap option.\r\n\r\nTo place your order either:\r\n\r\n(a) Please select the Gift Wrap option\r\n      (which includes the Gift Card message).\r\n\r\n   - or -   \r\n\r\n(b) Please clear the Gift Card message you have entered.\r\n\r\n\r\n- Thank you.");
		return true;								
		}	
	return false;	
	}	
// -->
