/**
 * This javascript is use solely for Hair Connection
 */
function form(theURL) { 
  win1=open(theURL,'form','width=680,height=600,scroll=yes');
  win1.focus();
}

function gallery(theURL) { 
  	//win2=open(theURL,'show','width=796,height=281,toolbar=no');
	//win2=open(theURL,'gallery', 'width=500,height=600');
	win2=open(theURL,'gallery', 'width=600,height=680');
	win2.focus();
}
