﻿// JavaScript Document
function poptastic(url)
	{
		newwindow=window.open(""+url,'name','height=475,width=475');
		if (window.focus) {newwindow.focus()}
	}
function poptastic2(url)
	{
		newwindow=window.open(""+url,'name','height=470,width=620');
		if (window.focus) {newwindow.focus()}
	}
	function richiesta(url)
	{
		newwindow=window.open("form.php?prodotto="+url,'name','height=570,width=470');
		if (window.focus) {newwindow.focus()}
	}
	function richiesta(lings,url)
	{
		newwindow=window.open("form.php?prodotto="+url+"&lings="+lings,'name','height=630,width=470');
		if (window.focus) {newwindow.focus()}
	}
	function cassette(url)
	{
		newwindow=window.open(""+url,'name','height=450,width=570');
		if (window.focus) {newwindow.focus()}
	}
