/////////////// POP ///////////////

function pop(popW,popH,popName,popURL,popScroll) {
	w = popW;
	h = popH;
	l = ((screen.width-w)/2);
	t = ((screen.height-h)/2.5);
	proj = popName;
	projURL = popURL;
	scrollWin = popScroll;
	arg = 'width='+w+',height='+h+',left='+l+',top='+t+',scrollbars='+scrollWin+',resize=no';
	popup = window.open(projURL, proj, arg);
	popup.focus();	
}
function popConsole() {
	w = '980';
	h = '540';
	l = ((screen.width-w)/2);
	t = ((screen.height-h)/2.5);
	proj = 'FashionDJsLive';
	projURL = '/projects/fashiondjs/live/';
	scrollWin = 'no';
	arg = 'width='+w+',height='+h+',left='+l+',top='+t+',scrollbars='+scrollWin+',resize=no';
	popup = window.open(projURL, proj, arg);
	popup.focus();	
}
function popFollowUsHelp() {
	w = '400';
	h = '300';
	l = ((screen.width-w)/2);
	t = ((screen.height-h)/2.5);
	proj = 'followus';
	projURL = '/projects/fashiondjs/live/followus.html';
	scrollWin = 'yes';
	arg = 'width='+w+',height='+h+',left='+l+',top='+t+',scrollbars='+scrollWin+',resize=no';
	popup = window.open(projURL, proj, arg);
	popup.focus();	
}
function audioTarget() {
	open('/projects/fashiondjs/live/fashiondjs2.m3u');
}