function plopPics(){
	window.open(plopPics.arguments[0], plopPics.arguments[1], plopPics.arguments[2]);
}

function p(){
	switch(p.arguments[0]){
		case 1:
			///pics
			plopPics(p.arguments[1] + '?style=http://dutch-xxx.nl/toolbar/interracial/css/style2.css', 'picPlopup', 'width=400, height=400, scrollbars=yes');
		break;
		case 2:
			///movievenster
			plopPics(p.arguments[1], 'movPlopup', 'width=500, height=400');
		break;
		case 3:
			///live
			plopPics(p.arguments[1], 'movPlopup', 'width=750, height=550, resize=True');
		break;
		case 4:
			///dl gal
			plopPics(p.arguments[1], 'movPlopup', 'width=750, height=550, scrollbars=1');
		break;
	}
}