
///////////////////////////////////////////////////////////////////////////////////////////////////////

// functions for the presentation, later we will decide if popup or location change
 
function go_to_portal()
{
	theLink = "websitePortal.pl";
	//var winPortalHandler = window.open(theLink, "WebsiteDesignerPortal", "width=790,height=550");
	winPortalHandler = window.open(theLink,'WebsiteDesignerPortal','scrollbars=no,resizable,status=yes,left=10,top=10,width=795,height=550');
	winPortalHandler.focus();
}

function openViewer(num)
{
	theLink = 'websiteViewer.pl?uidCreator=' + num;
	//var winViewerHandler = window.open(theLink, "WebsiteDesignerViewer", "width=790,height=550");
	winViewerHandler = window.open(theLink,'WebsiteDesignerViewer','scrollbars=no,resizable,status=yes,left=10,top=10,width=795,height=550');
	winViewerHandler.focus();
}

function openCreator()
{
	theLink = 'create.pl?mode=kn';
	//var winCreateHandler = window.open(theLink, "WebsiteDesignerCreator", "width=790,height=550"); 
	winCreateHandler = window.open(theLink,'WebsiteDesignerCreator','scrollbars=no,resizable,status=yes,left=10,top=10,width=795,height=550');
	winCreateHandler.focus();
}

function Send2Friend(activity)
{
	if(activity==null)
		activity = 'generic';
    window.open('http://www.girlsense.com/premium/tools/send2friend/index.pl?activity=' + activity,'send2friendWin','scrollbars=auto,toolbar=yes,resizable,left=10,top=10,width=403,height=498');
}

///////////////////////////////////////////////////////////////////////////////////////////////////////

function popupWin( theLink )
{
	if( theLink.toLowerCase().indexOf('www')!= -1 )
	{
		win_param = "width=795,height=550";
	}
	else
	{
		win_param = "width=790,height=550";
	}

	window.open(theLink, "", win_param); 
}

function go_to_viewer2()
{
	popupWin('websiteViewer.pl');
}

function go_to_viewer()
{
        popupWin('viewer2.htm');
}

///////////////////////////////////////////////////////////////////////////////////////////////////////
  
function go_to_gs()
{
	window.open("http://www.girlsense.com/premium", "GirlSenseHomePage", "");
}

function one_day_trial()
{
	//theLink = "http://www.girlsense.com/premium/websiteComposer/trialRestriction.htm";
	theLink = "/premium/login/registration.pl";
	window.open(theLink, "", ""); 
}

function openFeedback()
{
	//theLink = "http://www.girlsense.com/tools/feedback/index.pl?project=gsActivity&referrer=WSC";
	var theLink = '/tools/feedback/index_ActivityTemplate.pl?project=gsActivity&referrer=WSC';
	window.open(theLink, "", "");
}