<!--
/***********************************************
* Code to have pop-up when clicking links.
***********************************************/
function GP_popupConfirmMsg(msg) {
document.MM_returnValue = confirm(msg);
}
//-->
function IDapp() {
window.open('https://www.saystar.com/ie/','IndDentalApp','location=0,toolbar=0,menubar=1,resizable=1,scrollbars=1');
}

//Used for PPC, allows defined URL
function ID_app(webpage) {
window.open(webpage,'IndDentalApp','location=0,toolbar=0,menubar=1,resizable=1,scrollbars=1');
}


/*********************
Used to open application windows through form submission
***********************/

function clickform() {
	
		//insert value into form
		
		document.clickform.submit();
	}
	
function clickform_state(pick) {
	
		//insert value into form
		
		document.clickform.State.value = pick;
		document.clickform.submit();
	}	
// -->
