function framehelp(cardDesign) {
alert(' Sample images with frame numbers are available on your studio \n hard copy or if TheSmileStation was purchased at the time of \n sitting,  the frame number is directly above the sample image.');
}

function popUp(url)
{
  sealWin=window.open(url,"win","toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=450");
  self.name = "mainWin";
}

function makeArray()
	{   
	this.length = makeArray.arguments.length;
	for (i=0; i < this.length; i++) 
		{
		this[i] = makeArray.arguments[i]
		}
	}
	
function orientationHelp() {
alert('Please select the orientation of your original portrait.\n - A vertical pose is taller than it is wide.\n - A horizontal pose is wider than it is tall.');
}

function personalizationHelp() {
alert('Important Information: \n \n - Spaces count as a character. \n - Text will be printed exactly as entered including punctuation, capitalization, and spacing. \n - The Tilde ( ~ } and Brackets ( [ ] ) are not allowed.');
}