function popUp(page)
{
	window.open(page,"auxWindow",'toolbar=0,menubar=0,scrollbars=1,resizable=1,width=1000,height=750')
}

function cmsPopUp(page)
{
	window.open(page,"cmsWindow",'toolbar=1,menubar=1,scrollbars=1,resizable=1,width=1000,height=750')
}

function imagePopUp(page)
{
	window.open(page,"imageWindow",'toolbar=0,menubar=0,scrollbars=0,resizable=1,status=0,width=700,height=550')
}

function privacyPolicyPopUp(page)
{
	window.open(page,"privacyPolicyWindow",'toolbar=0,menubar=0,scrollbars=1,resizable=0,status=0,width=400,height=500')
}

function termsOfServicePopUp(page)
{
	window.open(page,"termsOfServiceWindow",'toolbar=0,menubar=0,scrollbars=1,resizable=0,status=0,width=400,height=500')
}

function contestPopUp(page)
{
	window.open(page,"contestWindow",'toolbar=0,menubar=0,scrollbars=1,resizable=0,status=0,width=500,height=500')
}

function artistprofilePopUp(page)
{
	window.open(page,"artistprofileWindow",'toolbar=1,menubar=1,scrollbars=1,resizable=1,width=1000,height=750')
}

function videoPopUp(page)
{
	window.open(page,"videoWindow",'toolbar=1,menubar=1,scrollbars=1,resizable=1,width=325,height=350')
}
